Log Messages

Total 166 item.
#TimeSince previousLevelCategoryMessage
   
114:52:33.514
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
214:52:33.515
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
314:52:33.515
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
414:52:33.516
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
514:52:33.524
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
614:52:33.526
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
714:52:33.526
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
814:52:33.527
< 0ms >
infoyii\web\Session::openSession started
914:52:33.527
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1014:52:33.546
< 19ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'member' AND d.nspname = 'public' ORDER BY a.attnum;
1114:52:33.563
< 16ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1214:52:33.569
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef17875-57a9-6844-b62f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1314:52:33.573
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1414:52:33.573
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1514:52:33.573
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1614:52:33.573
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1714:52:33.573
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1814:52:33.573
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1914:52:33.582
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2014:52:33.583
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2114:52:33.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2214:52:33.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2314:52:33.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2414:52:33.586
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2514:52:33.586
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2614:52:33.587
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2714:52:33.587
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2814:52:33.588
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2914:52:33.588
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3014:52:33.589
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3114:52:33.589
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3214:52:33.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3314:52:33.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3414:52:33.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3514:52:33.592
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3614:52:33.592
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3714:52:33.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3814:52:33.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3914:52:33.594
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4014:52:33.594
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4114:52:33.595
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4214:52:33.595
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4314:52:33.595
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4414:52:33.596
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4514:52:33.597
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4614:52:33.598
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4714:52:33.598
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4814:52:33.598
< 0ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum;
4914:52:33.610
< 12ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5014:52:33.617
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef17875-57a9-6844-b62f-5e1409fc0711') AND ("status"=1)
5114:52:33.623
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5214:52:33.624
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5314:52:33.625
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5414:52:33.626
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5514:52:33.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5614:52:33.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5714:52:33.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5814:52:33.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5914:52:33.630
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6014:52:33.631
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6114:52:33.632
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6214:52:33.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6314:52:33.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6414:52:33.634
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6514:52:33.635
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6614:52:33.636
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6714:52:33.637
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6814:52:33.637
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6914:52:33.638
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7014:52:33.639
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7114:52:33.640
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7214:52:33.641
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7314:52:33.641
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7414:52:33.642
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7514:52:33.643
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7614:52:33.649
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7714:52:33.650
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7814:52:33.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7914:52:33.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8014:52:33.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8114:52:33.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8214:52:33.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8314:52:33.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8414:52:33.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8514:52:33.657
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8614:52:33.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8714:52:33.659
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8814:52:33.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8914:52:33.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9014:52:33.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9114:52:33.662
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9214:52:33.663
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9314:52:33.664
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9414:52:33.665
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9514:52:33.665
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9614:52:33.666
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9714:52:33.667
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9814:52:33.667
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9914:52:33.668
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10014:52:33.668
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10114:52:33.669
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10214:52:33.670
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10314:52:33.671
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10414:52:33.672
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10514:52:33.672
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10614:52:33.673
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10714:52:33.674
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10814:52:33.674
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10914:52:33.675
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
11014:52:33.675
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11114:52:33.676
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11214:52:33.676
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11314:52:33.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11414:52:33.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11514:52:33.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11614:52:33.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11714:52:33.679
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11814:52:33.679
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11914:52:33.680
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12014:52:33.681
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12114:52:33.681
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12214:52:33.682
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12314:52:33.682
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12414:52:33.683
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12514:52:33.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12614:52:33.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12714:52:33.685
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12814:52:33.688
< 2ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
12914:52:33.697
< 8ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
13014:52:33.703
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
13114:52:33.705
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13214:52:33.706
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
13314:52:33.709
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13414:52:33.710
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13514:52:33.711
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13614:52:33.712
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13714:52:33.712
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13814:52:33.713
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13914:52:33.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14014:52:33.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14114:52:33.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14214:52:33.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14314:52:33.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14414:52:33.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14514:52:33.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14614:52:33.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14714:52:33.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14814:52:33.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14914:52:33.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15014:52:33.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15114:52:33.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15214:52:33.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15314:52:33.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15414:52:33.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15514:52:33.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15614:52:33.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15714:52:33.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15814:52:33.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15914:52:33.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16014:52:33.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16114:52:33.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16214:52:33.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
16314:52:33.728
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16414:52:33.732
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16514:52:33.733
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16614:52:33.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET