Log Messages

Total 122 item.
#TimeSince previousLevelCategoryMessage
   
118:03:30.504
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
218:03:30.505
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
318:03:30.505
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
418:03:30.506
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
518:03:30.516
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
618:03:30.518
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
718:03:30.520
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
818:03:30.521
< 0ms >
infoyii\web\Session::openSession started
918:03:30.522
< 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
1018:03:30.543
< 21ms >
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;
1118:03:30.562
< 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
1218:03:30.568
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1318:03:30.572
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1418:03:30.572
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1518:03:30.572
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1618:03:30.573
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'deposit/index'
1718:03:30.573
< 0ms >
traceyii\base\Controller::runActionRoute to run: deposit/index
1818:03:30.573
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1918:03:30.583
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2018:03:30.586
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2118:03:30.587
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2218:03:30.588
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2318:03:30.589
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2418:03:30.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2518:03:30.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2618:03:30.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2718:03:30.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2818:03:30.592
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2918:03:30.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3018:03:30.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3118:03:30.595
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3218:03:30.595
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3318:03:30.596
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3418:03:30.597
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3518:03:30.598
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3618:03:30.602
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3718:03:30.603
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3818:03:30.604
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3918:03:30.604
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4018:03:30.605
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4118:03:30.606
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4218:03:30.606
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\DepositController::actionIndex()
4318:03:30.607
< 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;
4418:03:30.617
< 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
4518:03:30.623
< 5ms >
infoyii\db\Command::querySELECT * FROM "deposit" WHERE ("member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("status"=1)
4618:03:30.626
< 2ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711') AND ("is_deleted"=0)
4718:03:30.628
< 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;
4818:03:30.638
< 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
4918:03:30.644
< 6ms >
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"
5018:03:30.648
< 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 = 'bank_account' AND d.nspname = 'public' ORDER BY a.attnum;
5118:03:30.666
< 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='bank_account' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5218:03:30.673
< 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')
5318:03:30.676
< 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 = 'bank_type' AND d.nspname = 'public' ORDER BY a.attnum;
5418:03:30.684
< 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='bank_type' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5518:03:30.691
< 6ms >
infoyii\db\Command::querySELECT * FROM "member_deposit_target" WHERE "member_id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711'
5618:03:30.693
< 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;
5718:03:30.702
< 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_deposit_target' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5818:03:30.709
< 6ms >
infoyii\db\Command::querySELECT * FROM "bank_account" WHERE ("id"='1ee01f48-369c-6670-8a75-f21420236ca9') AND ("is_deleted"=0)
5918:03:30.711
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/deposit/index.php
6018:03:30.711
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
6118:03:30.714
< 3ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
6218:03:30.723
< 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='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6318:03:30.730
< 7ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_min'
6418:03:30.733
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_max'
6518:03:30.735
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_supermaster_status'
6618:03:30.741
< 6ms >
infoyii\db\Command::querySELECT * FROM "bank_type" WHERE "id"='1edd83ef-d603-6c1e-99dd-c6fefb7fd38e'
6718:03:30.746
< 4ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6818:03:30.746
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6918:03:30.747
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7018:03:30.748
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7118:03:30.748
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7218:03:30.749
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7318:03:30.750
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7418:03:30.750
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7518:03:30.751
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7618:03:30.752
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7718:03:30.753
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7818:03:30.754
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7918:03:30.755
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8018:03:30.756
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8118:03:30.765
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8218:03:30.766
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8318:03:30.767
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8418:03:30.768
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8518:03:30.769
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8618:03:30.772
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8718:03:30.774
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8818:03:30.775
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8918:03:30.777
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9018:03:30.778
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9118:03:30.779
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9218:03:30.780
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9318:03:30.785
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9418:03:30.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9518:03:30.787
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9618:03:30.788
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9718:03:30.788
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9818:03:30.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9918:03:30.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10018:03:30.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10118:03:30.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10218:03:30.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10318:03:30.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10418:03:30.793
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10518:03:30.794
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10618:03:30.795
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10718:03:30.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10818:03:30.797
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10918:03:30.798
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11018:03:30.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11118:03:30.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11218:03:30.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11318:03:30.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11418:03:30.802
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11518:03:30.803
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11618:03:30.804
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11718:03:30.805
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11818:03:30.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11918:03:30.808
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12018:03:30.814
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
12118:03:30.816
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
12218:03:30.817
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET