Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PostgreSQL application_name
Post: RE: PostgreSQL application_name

mr: https://github.com/codeigniter4/CodeIgniter4/pull/8852
1,777 Views
4 Replies
05-04-2024, 12:16 PM
byrallier
    Thread: Limiting Stack Trace Error on log file for certain scenarios
Post: RE: Limiting Stack Trace Error on log file for cer...

I couldnt manage to implement it
142 Views
3 Replies
04-23-2024, 02:21 PM
byrallier
    Thread: Limiting Stack Trace Error on log file for certain scenarios
Post: RE: Limiting Stack Trace Error on log file for cer...

Thank you, I will play with that, if I can manage, i will be posting answer in here :)
142 Views
3 Replies
04-22-2024, 05:43 AM
byrallier
    Thread: Limiting Stack Trace Error on log file for certain scenarios
Post: Limiting Stack Trace Error on log file for certain...

Hello, I have a PHP file runs for hours (like cronjob), sometimes it logs exceptions (its handled but logged to log file) due to SQL deadlocks. But I couldn't manage to limit string of error log...
142 Views
3 Replies
04-21-2024, 04:41 PM
byrallier
    Thread: PostgreSQL application_name
Post: RE: PostgreSQL application_name

this is a bit old topic without discussion but also I was looking for this, is anyone figure out how to handle application name? I have multiple services run over CI framework I want to assign their h...
1,777 Views
4 Replies
03-24-2024, 12:39 PM
byrallier
    Thread: CI 4.4.5 - getCompiledUpsert is not working for Postgres
Post: CI 4.4.5 - getCompiledUpsert is not working for Po...

Hello all, I got an issue that says "no constraint" I didnt get it, I think this is not implemented properly.
155 Views
1 Replies
03-01-2024, 09:21 AM
byrallier
    Thread: Type casting in PostgreSQL with updateBatch()
Post: RE: Type casting in PostgreSQL with updateBatch()

MrWhite Wrote: (01-01-2024, 01:19 PM) -- I have this issue. i dunno what to do. :( my whole project is now stuck at this point. cant go forward without having a solution to this. i nerver had this...
3,480 Views
24 Replies
01-17-2024, 02:08 AM
byrallier
    Thread: Type casting in PostgreSQL with updateBatch()
Post: RE: Type casting in PostgreSQL with updateBatch()

on CI4, There are new form of creating SQL queries and this is happen when you dont use type definitions on models. (i think) I dont know why anyone else is not experincing this, its critical I believ...
3,480 Views
24 Replies
01-01-2024, 03:22 PM
byrallier
    Thread: Exploring the Future: What Lies Beyond PHP 8.3?
Post: RE: Exploring the Future: What Lies Beyond PHP 8.3...

looking to same answers +1
775 Views
3 Replies
12-28-2023, 04:48 PM
byrallier
    Thread: PHP 8.3.0. This release marks the latest minor release of the PHP language.
Post: RE: PHP 8.3.0. This release marks the latest minor...

Is anyone experiencing thr new PHP version?
816 Views
3 Replies
12-28-2023, 04:47 PM
byrallier
    Thread: What's new in PHP 8.3
Post: RE: What's new in PHP 8.3

I am so curios about answers, I am planning to give a test soon
467 Views
1 Replies
12-12-2023, 12:33 PM
byrallier
    Thread: Type casting in PostgreSQL with updateBatch()
Post: RE: Type casting in PostgreSQL with Batch files

I hope my solution will work for you too. As I patched it, now I am passing updated_at (date fiels) like $db['updated_at'] = array($date,'date') on my patch if its array, its parses and applied secon...
3,480 Views
24 Replies
11-30-2023, 06:40 PM
byrallier
    Thread: Type casting in PostgreSQL with updateBatch()
Post: RE: Type casting in PostgreSQL with Batch files

my solution is here; https://files.slack.com/files-tmb/T46QYUXFT-F067N41LXSR-0d715c0adf/image_720.png if anyone has experience same
3,480 Views
24 Replies
11-28-2023, 06:35 PM
byrallier
    Thread: Type casting in PostgreSQL with updateBatch()
Post: Type casting in PostgreSQL with updateBatch()

Hello, I have a weird issue and couldn't even debug it. I have a update batch command Code: -- $builder = $this->db->table( 'hosts'); $builder->onConstraint($whereKey);  $builder->setData($dbDat...
3,480 Views
24 Replies
11-24-2023, 01:03 PM
byrallier
    Thread: Issue with Session.php on CLI
Post: RE: Issue with Session.php on CLI

program stop running when I tried to load controller with following error: "unable to locate the specified class: Session.php" I debug whole code,its identified perfectly, file exists but its not loa...
315 Views
2 Replies
11-21-2023, 06:26 AM
byrallier
    Thread: Issue with Session.php on CLI
Post: Issue with Session.php on CLI

Hello everyone,I got stuck on a issue with CI 3 version. I have external PHP file which help me utilize CI Controller externally.  I have a loader : My_loader a simple custom loader to load controller...
315 Views
2 Replies
11-20-2023, 02:38 PM
byrallier
    Thread: CodeIgniter 3 to 4 Upgrade Helper
Post: RE: CodeIgniter 3 to 4 Upgrade Helper

hello, how can I use this tool, i didnt understand well.
35,463 Views
19 Replies
11-13-2023, 07:49 AM
byrallier

Theme © iAndrew 2016 - Forum software by © MyBB