Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
123:18:04.594
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
223:18:04.595
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
323:18:04.595
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
423:18:04.596
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
523:18:04.604
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
623:18:04.605
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
723:18:04.606
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
823:18:04.607
< 0ms >
infoyii\web\Session::openSession started
923:18:04.607
< 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
1023:18:04.628
< 20ms >
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;
1123:18:04.646
< 18ms >
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
1223:18:04.652
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1323:18:04.657
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1423:18:04.658
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1523:18:04.658
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1623:18:04.658
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1723:18:04.659
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1823:18:04.659
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1923:18:04.669
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2023:18:04.672
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2123:18:04.673
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2223:18:04.674
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2323:18:04.674
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2423:18:04.675
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2523:18:04.676
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2623:18:04.676
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2723:18:04.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2823:18:04.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2923:18:04.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3023:18:04.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3123:18:04.679
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3223:18:04.680
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3323:18:04.680
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3423:18:04.681
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3523:18:04.681
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3623:18:04.682
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3723:18:04.683
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3823:18:04.683
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3923:18:04.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4023:18:04.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4123:18:04.685
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4223:18:04.685
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4323:18:04.685
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4423:18:04.686
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4523:18:04.687
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4623:18:04.688
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4723:18:04.688
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4823:18:04.689
< 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;
4923:18:04.702
< 13ms >
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
5023:18:04.708
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5123:18:04.711
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5223:18:04.712
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5323:18:04.713
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5423:18:04.714
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5523:18:04.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5623:18:04.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5723:18:04.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5823:18:04.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5923:18:04.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6023:18:04.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6123:18:04.721
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6223:18:04.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6323:18:04.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6423:18:04.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6523:18:04.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6623:18:04.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6723:18:04.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6823:18:04.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6923:18:04.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7023:18:04.729
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7123:18:04.730
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7223:18:04.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7323:18:04.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7423:18:04.732
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7523:18:04.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7623:18:04.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7723:18:04.735
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7823:18:04.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7923:18:04.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8023:18:04.738
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8123:18:04.739
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8223:18:04.739
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8323:18:04.740
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8423:18:04.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8523:18:04.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8623:18:04.742
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8723:18:04.743
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8823:18:04.743
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8923:18:04.744
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9023:18:04.745
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9123:18:04.745
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9223:18:04.746
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9323:18:04.747
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9423:18:04.747
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9523:18:04.748
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9623:18:04.749
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9723:18:04.750
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9823:18:04.750
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9923:18:04.751
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10023:18:04.752
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10123:18:04.752
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10223:18:04.753
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10323:18:04.754
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10423:18:04.754
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10523:18:04.755
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10623:18:04.755
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10723:18:04.756
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10823:18:04.756
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10923:18:04.757
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11023:18:04.757
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11123:18:04.758
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11223:18:04.758
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11323:18:04.759
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11423:18:04.759
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11523:18:04.760
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11623:18:04.760
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11723:18:04.761
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11823:18:04.761
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11923:18:04.762
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12023:18:04.762
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12123:18:04.763
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12223:18:04.763
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12323:18:04.764
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12423:18:04.768
< 3ms >
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;
12523:18:04.776
< 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
12623:18:04.782
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12723:18:04.785
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12823:18:04.786
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12923:18:04.789
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13023:18:04.790
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13123:18:04.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13223:18:04.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13323:18:04.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13423:18:04.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13523:18:04.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13623:18:04.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13723:18:04.794
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13823:18:04.795
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13923:18:04.795
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14023:18:04.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14123:18:04.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14223:18:04.797
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14323:18:04.797
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14423:18:04.798
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14523:18:04.798
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14623:18:04.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14723:18:04.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14823:18:04.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14923:18:04.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15023:18:04.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15123:18:04.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15223:18:04.802
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15323:18:04.802
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15423:18:04.803
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15523:18:04.804
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15623:18:04.804
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15723:18:04.805
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15823:18:04.806
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15923:18:04.808
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16023:18:04.814
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16123:18:04.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16223:18:04.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET