[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE : RE : RE : RE : RE : Crash on entry modification in back-sql/unixODBC/oracle (ITS#2641)



I've done it only for the first table :

testdb_metadata.sql:
4c4
< values (1,'person','persons','id','call create_person(?)','call
delete_person(?)',0);
---
> values (1,'person','persons','id','{call create_person(?)}','{call
delete_person(?)}',0);


>Good. In modify_internal there's still a couple of points where the
>prepare/bind/execute sequence needs to be used instead of
>repare/execdirect; I'll check that later.  Can you provide a diff against
>HEAD of the test data that works?  Thanks, p.