On Thursday, June 1, 2017 at 5:17:32 AM UTC-7, Mario Ruiz wrote: > > This is the sql: > "DECLARE vBubby number; > BEGIN > dgsBla(vBubby, 'DUMM', null, null, sysdate-1, sysdate+1, sysdate+2, > sysdate-1, null, null, null, 210, null); > END; > /" > > I get this message: > PLS-00103: Encountered the symbol "/" The symbol "/" was ignored > > > If I try to run it without the / then it hangs forever >
This appears to be an issue with the SQL itself, not with Sequel. You should first try to get the code to work using underlying driver directly. If you can get it to work with the underlying driver and can't get it to work with Sequel, please post the code that works when using the underlying driver directly. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
