Log Messages

Total 118 item.
#TimeSince previousLevelCategoryMessage
   
121:56:33.882
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:56:33.885
< 2ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:56:33.885
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:56:33.885
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
521:56:33.899
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:56:33.900
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:56:33.901
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:56:33.902
< 0ms >
infoyii\web\Session::openSession started
921:56:33.902
< 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
1021:56:33.924
< 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;
1121:56:33.942
< 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
1221:56:33.950
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:56:33.954
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:56:33.954
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:56:33.954
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:56:33.955
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'deposit'
1721:56:33.956
< 0ms >
traceyii\base\Controller::runActionRoute to run: deposit/index
1821:56:33.956
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1921:56:33.966
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:56:33.968
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:56:33.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:56:33.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:56:33.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:56:33.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:56:33.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:56:33.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:56:33.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:56:33.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:56:33.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:56:33.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:56:33.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:56:33.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:56:33.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:56:33.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:56:33.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:56:33.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:56:33.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:56:33.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:56:33.979
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:56:33.980
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:56:33.981
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:56:33.981
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\DepositController::actionIndex()
4321:56:33.983
< 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 = 'deposit' AND d.nspname = 'public' ORDER BY a.attnum;
4421:56:33.994
< 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
4521:56:34.001
< 6ms >
infoyii\db\Command::querySELECT * FROM "deposit" WHERE ("member_id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("status"=1)
4621:56:34.005
< 3ms >
infoyii\db\Command::querySELECT * FROM "member_bank" WHERE ("member_id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("is_deleted"=0)
4721:56:34.008
< 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;
4821:56:34.017
< 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
4921:56:34.024
< 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"
5021:56:34.027
< 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;
5121:56:34.036
< 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
5221:56:34.043
< 7ms >
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')
5321:56:34.046
< 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;
5421:56:34.055
< 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
5521:56:34.062
< 6ms >
infoyii\db\Command::querySELECT * FROM "member_deposit_target" WHERE "member_id"='1f04eafd-e51a-61f2-9438-5e1409fc0711'
5621:56:34.065
< 3ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/deposit/index.php
5721:56:34.067
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
5821:56:34.070
< 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;
5921:56:34.078
< 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='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6021:56:34.084
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_min'
6121:56:34.086
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_max'
6221:56:34.088
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='qris_supermaster_status'
6321:56:34.111
< 23ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6421:56:34.111
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:56:34.112
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:56:34.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:56:34.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:56:34.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:56:34.115
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:56:34.115
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:56:34.116
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:56:34.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:56:34.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:56:34.118
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:56:34.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:56:34.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:56:34.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:56:34.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:56:34.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:56:34.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:56:34.122
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8221:56:34.125
< 2ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8321:56:34.127
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:56:34.128
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8521:56:34.130
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:56:34.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:56:34.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:56:34.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:56:34.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:56:34.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:56:34.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:56:34.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:56:34.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:56:34.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:56:34.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:56:34.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:56:34.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:56:34.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:56:34.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:56:34.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:56:34.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:56:34.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:56:34.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:56:34.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:56:34.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10621:56:34.146
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:56:34.147
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:56:34.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:56:34.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:56:34.149
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:56:34.150
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:56:34.150
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:56:34.151
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:56:34.152
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11521:56:34.153
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:56:34.160
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11721:56:34.161
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11821:56:34.162
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET