Samuel Diniz Casimiro

Results 10 comments of Samuel Diniz Casimiro

@sathirarumal Also looking forward to it. I can't even manage to link two nodes. But looks like this project is abandoned :(

I'm not a SMPT header specialist, but suggest the following code after `$RealFrom` definition, but right before saving the message to the queue: ``` # adjust from header with real...

Hi @KaiHerlemann Thanks for replying. Already tried NotificationSenderEmail. It's not working also.

The only pertinent reference to the NotificationSenderEmail configuration parameter occurs within the Kernel::System::Ticket::Event::NotificationEvent::Transport::Email class when the recipient type is set to 'Agent'. When the recipient type is 'Customer,' the NotificationSenderEmail...

Hi @hanneshal, Thanks for replying. First, I think customer_user_id should always be saved, even if it's not in the customer user database (for example: a new user requesting to be...

Forgot to mention my environment: Version of IDE/Editor plugin is 2.6.2 Version of Perl::LanguageServer is 2.5.0

Just to mention I've already looked for similar questions. The issues below seem to be related, but I don't think they address this question: https://github.com/darold/ora2pg/issues/1438 https://github.com/darold/ora2pg/issues/1101

I'm using ora2pg v23.2. I'm afraid this export type is not available. Does export type SEQUENCE_VALUES generate the ALTER TABLE ... ALTER COLUMN id SET DEFAULT nexval... instructions?

Thank you very much. Since I'm looking for a way to generate the set default nextval instructions, I'll keep with version 23. I think I'll generate those instructions by hand.