other_cat@piefed.zip to Programmer Humor@programming.devEnglish · 28 days agoBeautiful But Deadlymedia.piefed.zipimagemessage-square8linkfedilinkarrow-up19arrow-down10
arrow-up19arrow-down1imageBeautiful But Deadlymedia.piefed.zipother_cat@piefed.zip to Programmer Humor@programming.devEnglish · 28 days agomessage-square8linkfedilink
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up0·27 days agoI usually code in an IDE that tells me whether my code will compile while I am typing it. But when I write things like PL/SQL, yeah it is definitely an achievement to get it to compile.
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up1·8 days agoPL/SQL needs to be compiled, there can be compilation errors when you create a function or procedure on an Oracle DB. Doing that is part of my current job, so I definitely know what I’m talking about.
I usually code in an IDE that tells me whether my code will compile while I am typing it.
But when I write things like PL/SQL, yeah it is definitely an achievement to get it to compile.
You compile your SQL?
PL/SQL needs to be compiled, there can be compilation errors when you create a function or procedure on an Oracle DB. Doing that is part of my current job, so I definitely know what I’m talking about.
Polish people acting fancy again