Skip to content

JDBC data source initializer should be able to execute PL/SQL with embedded statements [SPR-7364] #12022

@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-7364 and commented

JDBC data source initializer should be able to execute PL/SQL with embedded statements. This won't work, for instance:

create trigger item_trigger
before insert on item
for each row
begin
select item_seq.nextval into :new.id from dual;
end;
/

Referenced from: commits 14edc9f

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions