Log Messages

Total 160 item.
#TimeSince previousLevelCategoryMessage
   
102:41:02.698
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
202:41:02.699
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
302:41:02.699
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
402:41:02.700
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
502:41:02.712
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
602:41:02.713
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
702:41:02.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
802:41:02.715
< 0ms >
infoyii\web\Session::openSession started
902:41:02.715
< 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
1002:41:02.736
< 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;
1102:41:02.754
< 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
1202:41:02.762
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1302:41:02.765
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1402:41:02.765
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1502:41:02.766
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1602:41:02.766
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1702:41:02.766
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1802:41:02.766
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1902:41:02.776
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2002:41:02.778
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2102:41:02.778
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2202:41:02.779
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2302:41:02.779
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2402:41:02.780
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2502:41:02.780
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2602:41:02.781
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2702:41:02.781
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2802:41:02.782
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2902:41:02.782
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3002:41:02.783
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3102:41:02.783
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3202:41:02.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3302:41:02.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3402:41:02.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3502:41:02.785
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3602:41:02.785
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3702:41:02.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3802:41:02.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3902:41:02.787
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4002:41:02.788
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4102:41:02.788
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4202:41:02.789
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4302:41:02.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4402:41:02.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4502:41:02.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4602:41:02.792
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4702:41:02.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4802:41:02.793
< 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;
4902:41:02.801
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5002:41:02.807
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5102:41:02.809
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5202:41:02.810
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5302:41:02.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5402:41:02.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5502:41:02.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5602:41:02.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5702:41:02.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5802:41:02.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5902:41:02.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6002:41:02.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6102:41:02.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6202:41:02.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6302:41:02.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6402:41:02.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6502:41:02.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6602:41:02.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6702:41:02.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6802:41:02.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6902:41:02.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7002:41:02.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7102:41:02.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7202:41:02.824
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7302:41:02.825
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7402:41:02.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7502:41:02.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7602:41:02.827
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7702:41:02.828
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7802:41:02.829
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7902:41:02.830
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8002:41:02.830
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8102:41:02.831
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8202:41:02.831
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8302:41:02.832
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8402:41:02.833
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8502:41:02.834
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8602:41:02.834
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8702:41:02.835
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8802:41:02.836
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8902:41:02.836
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9002:41:02.837
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9102:41:02.838
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9202:41:02.838
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9302:41:02.839
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9402:41:02.840
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9502:41:02.840
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9602:41:02.841
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9702:41:02.842
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9802:41:02.843
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9902:41:02.843
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10002:41:02.844
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10102:41:02.845
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10202:41:02.846
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10302:41:02.846
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10402:41:02.847
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10502:41:02.847
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10602:41:02.848
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10702:41:02.848
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10802:41:02.849
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10902:41:02.849
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11002:41:02.851
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11102:41:02.851
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11202:41:02.852
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11302:41:02.852
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11402:41:02.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11502:41:02.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11602:41:02.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11702:41:02.854
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11802:41:02.854
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11902:41:02.855
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12002:41:02.856
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12102:41:02.856
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12202:41:02.859
< 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;
12302:41:02.865
< 6ms >
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
12402:41:02.871
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12502:41:02.873
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12602:41:02.874
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12702:41:02.875
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12802:41:02.876
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12902:41:02.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13002:41:02.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13102:41:02.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13202:41:02.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13302:41:02.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13402:41:02.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13502:41:02.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13602:41:02.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13702:41:02.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13802:41:02.881
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13902:41:02.881
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14002:41:02.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14102:41:02.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14202:41:02.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14302:41:02.883
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14402:41:02.883
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14502:41:02.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14602:41:02.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14702:41:02.885
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14802:41:02.885
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14902:41:02.886
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15002:41:02.886
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15102:41:02.886
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15202:41:02.887
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15302:41:02.887
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15402:41:02.888
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15502:41:02.888
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15602:41:02.889
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15702:41:02.890
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15802:41:02.894
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15902:41:02.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16002:41:02.896
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET