Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
116:12:19.624
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:12:19.626
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:12:19.626
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:12:19.626
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
516:12:19.635
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:12:19.636
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:12:19.637
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:12:19.638
< 0ms >
infoyii\web\Session::openSession started
916:12:19.638
< 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
1016:12:19.661
< 22ms >
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;
1116:12:19.693
< 32ms >
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
1216:12:19.700
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:12:19.704
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:12:19.705
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:12:19.705
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:12:19.705
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'deposit'
1716:12:19.705
< 0ms >
traceyii\base\Controller::runActionRoute to run: deposit/index
1816:12:19.705
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1916:12:19.715
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:12:19.716
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:12:19.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:12:19.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:12:19.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:12:19.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:12:19.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:12:19.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:12:19.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:12:19.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:12:19.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:12:19.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:12:19.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:12:19.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:12:19.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:12:19.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:12:19.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:12:19.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:12:19.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:12:19.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:12:19.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:12:19.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:12:19.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:12:19.729
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\DepositController::actionIndex()
4316:12:19.729
< 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 = 'deposit' AND d.nspname = 'public' ORDER BY a.attnum;
4416:12:19.747
< 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='deposit' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4516:12:19.756
< 8ms >
infoyii\db\Command::querySELECT * FROM "deposit" WHERE ("member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("status"=1)
4616:12:19.760
< 4ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("is_deleted"=0)
4716:12:19.764
< 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 = 'member_bank' AND d.nspname = 'public' ORDER BY a.attnum;
4816:12:19.773
< 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='member_bank' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4916:12:19.782
< 9ms >
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"
5016:12:19.786
< 4ms >
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;
5116:12:19.796
< 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
5216:12:19.820
< 24ms >
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')
5316:12:19.824
< 4ms >
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;
5416:12:19.838
< 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='bank_type' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5516:12:19.849
< 10ms >
infoyii\db\Command::querySELECT * FROM "member_deposit_target" WHERE "member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711'
5616:12:19.851
< 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_deposit_target' AND d.nspname = 'public' ORDER BY a.attnum;
5716:12:19.862
< 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='member_deposit_target' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5816:12:19.869
< 7ms >
infoyii\db\Command::querySELECT * FROM "bank_account" WHERE ("id"='1ee01f48-369c-6670-8a75-f21420236ca9') AND ("is_deleted"=0)
5916:12:19.872
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/deposit/index.php
6016:12:19.872
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
6116:12:19.875
< 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;
6216:12:19.886
< 11ms >
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
6316:12:19.893
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_min'
6416:12:19.895
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_max'
6516:12:19.899
< 3ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_supermaster_status'
6616:12:19.908
< 8ms >
infoyii\db\Command::querySELECT * FROM "bank_type" WHERE "id"='1edd83ef-d603-6c1e-99dd-c6fefb7fd38e'
6716:12:19.915
< 7ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6816:12:19.915
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6916:12:19.917
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7016:12:19.918
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7116:12:19.918
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7216:12:19.919
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:12:19.920
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7416:12:19.920
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7516:12:19.921
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7616:12:19.922
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7716:12:19.922
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7816:12:19.923
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7916:12:19.923
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8016:12:19.924
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8116:12:19.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8216:12:19.925
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8316:12:19.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8416:12:19.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8516:12:19.927
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8616:12:19.930
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8716:12:19.932
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8816:12:19.933
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8916:12:19.936
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9016:12:19.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9116:12:19.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9216:12:19.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9316:12:19.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9416:12:19.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9516:12:19.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9616:12:19.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9716:12:19.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9816:12:19.942
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9916:12:19.943
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10016:12:19.943
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10116:12:19.944
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10216:12:19.944
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10316:12:19.944
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10416:12:19.945
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10516:12:19.945
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10616:12:19.946
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10716:12:19.947
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10816:12:19.947
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10916:12:19.948
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11016:12:19.948
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11116:12:19.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11216:12:19.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11316:12:19.950
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11416:12:19.950
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11516:12:19.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11616:12:19.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11716:12:19.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11816:12:19.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11916:12:19.954
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12016:12:19.959
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12116:12:19.960
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12216:12:19.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET