Situation
I have a local H2 in memory database for integration tests and an Oracle db for production. I do not control the Oracle DB model. The in memory H2 database is created automatically by adding
<prop key="hibernate.hbm2ddl.auto">update&l...Situation
I have a local H2 in memory database for integration tests and an Oracle db for production. I do not control the Oracle DB model. The in memory H2 database is created automatically by adding
<prop key="hibernate.hbm2ddl.auto">update&l...
I've been looking for this a few times without success. There are some nasty proposals with setting PS1 variable or other tricks with .bashrc mods. Weak and doesn't actually work.I needed a way to make a bash script that opens several tabs with fixed t...