samodadela

Results 32 comments of samodadela

Digging some more it seems that both syntax's have the same effect. One sets the constraint in-line with the column, the other (get_table_def()) set it on the level of the...

@MichaelDBA Sorry for the late reply. I retested this again and you are right, the constraint is cloned correctly regardless of the syntax it was created with. I'm also using...

@MichaelDBA Here's another difference reproducer. Don't know if I reported this one before - I lost track off all the changes. ``` drop schema if exists t_clone_schema cascade; drop schema...

I get the DDLs using IntelliJ IDEA Ultimate. I'm selecting two schemas and comparing them. Maybe that's why I'm seeing those diffs (they have a different way of generating the...

Checking if there's any progress on this... I'm trying to use an `AgroalDatasource` connection and the `EntityManager` within the same transaction (withing `@Transactional`) and there is no way to set...

The `download-ls` would be super helpful. That's almost all I need.

+1 for the --overwrite flag. Use case: using codex, claude over ssh. There is no way to transfer clipboard images through ssh, but I can instruct the agent to load...

I'm also having this issue with `codex`. So if it's not a `codex` issue or a `serena` issue what is it? :) I noticed that if I tell codex to...

I' stand corrected `claude` didn't work either. Found what the problem was... since I'm running `serena` in a container, the problem was that `serena` errored because it was failing to...

Also note: when I ran the same command line as the agents are configured with from the shell, there were no (obvious) errors indicating something is wrong... all I saw...