Log Messages

Total 118 item.
#TimeSince previousLevelCategoryMessage
   
115:47:47.376
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
215:47:47.378
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
315:47:47.378
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
415:47:47.379
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
515:47:47.390
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
615:47:47.391
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
715:47:47.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
815:47:47.392
< 0ms >
infoyii\web\Session::openSession started
915:47:47.393
< 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
1015:47:47.414
< 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;
1115:47:47.431
< 17ms >
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
1215:47:47.437
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f05e33b-6d74-6490-a7da-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1315:47:47.441
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1415:47:47.441
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1515:47:47.441
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1615:47:47.442
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'deposit'
1715:47:47.442
< 0ms >
traceyii\base\Controller::runActionRoute to run: deposit/index
1815:47:47.442
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1915:47:47.452
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2015:47:47.454
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2115:47:47.454
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2215:47:47.455
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2315:47:47.455
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2415:47:47.456
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2515:47:47.457
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2615:47:47.457
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2715:47:47.458
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2815:47:47.458
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2915:47:47.459
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3015:47:47.459
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3115:47:47.460
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3215:47:47.460
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3315:47:47.461
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3415:47:47.462
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3515:47:47.462
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3615:47:47.463
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3715:47:47.463
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3815:47:47.464
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3915:47:47.464
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4015:47:47.465
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4115:47:47.465
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4215:47:47.466
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\DepositController::actionIndex()
4315:47:47.468
< 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 = 'deposit' AND d.nspname = 'public' ORDER BY a.attnum;
4415:47:47.478
< 10ms >
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='deposit' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4515:47:47.490
< 12ms >
infoyii\db\Command::querySELECT * FROM "deposit" WHERE ("member_id"='1f05e33b-6d74-6490-a7da-5e1409fc0711') AND ("status"=1)
4615:47:47.497
< 6ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1f05e33b-6d74-6490-a7da-5e1409fc0711') AND ("is_deleted"=0)
4715:47:47.500
< 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 = 'member_bank' AND d.nspname = 'public' ORDER BY a.attnum;
4815:47:47.508
< 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='member_bank' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4915:47:47.514
< 5ms >
infoyii\db\Command::querySELECT * FROM "bank_account" WHERE ("is_deleted"=0) AND ("is_depo"=1) AND ("is_online"=1) AND ("is_default"=1) ORDER BY "bank"
5015:47:47.517
< 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 = 'bank_account' AND d.nspname = 'public' ORDER BY a.attnum;
5115:47:47.526
< 9ms >
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='bank_account' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5215:47:47.533
< 6ms >
infoyii\db\Command::querySELECT * FROM "bank_type" WHERE "id" IN ('1edd83ef-d603-6c1e-99dd-c6fefb7fd38e', '1edd83ef-d628-6ff0-9230-c6fefb7fd38e', '1edd83ef-d654-642a-bb6f-c6fefb7fd38e')
5315:47:47.535
< 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 = 'bank_type' AND d.nspname = 'public' ORDER BY a.attnum;
5415:47:47.542
< 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='bank_type' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5515:47:47.549
< 6ms >
infoyii\db\Command::querySELECT * FROM "member_deposit_target" WHERE "member_id"='1f05e33b-6d74-6490-a7da-5e1409fc0711'
5615:47:47.551
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/deposit/index.php
5715:47:47.553
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
5815:47:47.555
< 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;
5915:47:47.563
< 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='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6015:47:47.569
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_min'
6115:47:47.570
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_max'
6215:47:47.572
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_supermaster_status'
6315:47:47.591
< 18ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6415:47:47.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6515:47:47.592
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6615:47:47.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6715:47:47.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6815:47:47.594
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6915:47:47.594
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7015:47:47.595
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7115:47:47.596
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7215:47:47.596
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7315:47:47.597
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7415:47:47.597
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7515:47:47.598
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7615:47:47.598
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7715:47:47.599
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7815:47:47.599
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7915:47:47.600
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8015:47:47.600
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8115:47:47.601
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8215:47:47.604
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8315:47:47.606
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8415:47:47.606
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8515:47:47.608
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8615:47:47.614
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8715:47:47.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8815:47:47.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8915:47:47.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9015:47:47.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9115:47:47.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9215:47:47.617
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9315:47:47.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9415:47:47.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9515:47:47.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9615:47:47.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9715:47:47.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9815:47:47.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9915:47:47.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10015:47:47.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10115:47:47.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10215:47:47.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10315:47:47.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10415:47:47.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10515:47:47.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10615:47:47.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10715:47:47.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10815:47:47.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10915:47:47.626
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11015:47:47.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11115:47:47.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11215:47:47.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11315:47:47.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11415:47:47.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11515:47:47.630
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11615:47:47.636
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11715:47:47.637
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11815:47:47.638
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET