Log Messages

Total 160 item.
#TimeSince previousLevelCategoryMessage
   
102:41:04.804
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
202:41:04.805
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
302:41:04.805
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
402:41:04.805
< 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:04.818
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
602:41:04.820
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
702:41:04.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
802:41:04.820
< 0ms >
infoyii\web\Session::openSession started
902:41:04.821
< 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:04.838
< 17ms >
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:04.854
< 15ms >
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:04.861
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1302:41:04.864
< 2ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1402:41:04.864
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1502:41:04.864
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1602:41:04.864
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1702:41:04.864
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1802:41:04.864
< 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:04.872
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2002:41:04.873
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2102:41:04.873
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2202:41:04.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2302:41:04.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2402:41:04.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2502:41:04.875
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2602:41:04.875
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2702:41:04.875
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2802:41:04.876
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2902:41:04.876
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3002:41:04.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3102:41:04.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3202:41:04.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3302:41:04.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3402:41:04.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3502:41:04.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3602:41:04.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3702:41:04.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3802:41:04.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3902:41:04.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4002:41:04.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4102:41:04.881
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4202:41:04.881
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4302:41:04.881
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4402:41:04.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4502:41:04.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4602:41:04.883
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4702:41:04.883
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4802:41:04.884
< 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:04.891
< 7ms >
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:04.897
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5102:41:04.899
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5202:41:04.900
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5302:41:04.901
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5402:41:04.901
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5502:41:04.902
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5602:41:04.903
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5702:41:04.903
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5802:41:04.904
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5902:41:04.904
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6002:41:04.905
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6102:41:04.906
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6202:41:04.906
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6302:41:04.907
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6402:41:04.907
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6502:41:04.908
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6602:41:04.909
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6702:41:04.909
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6802:41:04.910
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6902:41:04.911
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7002:41:04.912
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7102:41:04.912
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7202:41:04.913
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7302:41:04.914
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7402:41:04.915
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7502:41:04.915
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7602:41:04.916
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7702:41:04.917
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7802:41:04.918
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7902:41:04.919
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8002:41:04.919
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8102:41:04.920
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8202:41:04.920
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8302:41:04.921
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8402:41:04.921
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8502:41:04.922
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8602:41:04.923
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8702:41:04.923
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8802:41:04.924
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8902:41:04.924
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9002:41:04.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9102:41:04.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9202:41:04.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9302:41:04.927
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9402:41:04.927
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9502:41:04.928
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9602:41:04.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9702:41:04.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9802:41:04.930
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9902:41:04.930
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10002:41:04.931
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10102:41:04.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10202:41:04.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10302:41:04.933
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10402:41:04.933
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10502:41:04.934
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10602:41:04.934
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10702:41:04.935
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10802:41:04.935
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10902:41:04.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11002:41:04.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11102:41:04.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11202:41:04.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11302:41:04.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11402:41:04.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11502:41:04.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11602:41:04.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11702:41:04.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11802:41:04.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11902:41:04.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12002:41:04.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12102:41:04.941
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12202:41:04.943
< 1ms >
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:04.950
< 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:04.955
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12502:41:04.957
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12602:41:04.958
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12702:41:04.959
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12802:41:04.960
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12902:41:04.960
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13002:41:04.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13102:41:04.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13202:41:04.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13302:41:04.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13402:41:04.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13502:41:04.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13602:41:04.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13702:41:04.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13802:41:04.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13902:41:04.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14002:41:04.970
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14102:41:04.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14202:41:04.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14302:41:04.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14402:41:04.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14502:41:04.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14602:41:04.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14702:41:04.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14802:41:04.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14902:41:04.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15002:41:04.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15102:41:04.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15202:41:04.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15302:41:04.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15402:41:04.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15502:41:04.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15602:41:04.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15702:41:04.980
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15802:41:04.985
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15902:41:04.986
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16002:41:04.987
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET