Is there any know problems with Lucee calling Stored Procedures? I have tried absolutely everything I know but it just doesn't recognise the function. I have tried changing both the procedure call from CF and the Stored Proc itself to lowercase, Removed all the attributes to see if it at least called the procedure but it just doesn't recognise the name call. Also tried calling it in <cfscript> but nothing. So infuriating! If anyone can help solve be massively appreciated. Thanks
My code to call the stored procedure
<cfstoredproc procedure="dbo.spgetaoid" datasource="#session.dsn#">
Stored Procedure in Postgres: dbo.spgetaoid