details: /erp/devel/pi/rev/220470337d06 changeset: 7901:220470337d06 user: Antonio Moreno <antonio.moreno <at> openbravo.com> date: Wed Jul 21 13:13:07 2010 +0200 summary: Fixed issue 14020. oncreatedefaults which reference other columns should work now. > The main change basically has been not to execute the oncreatedefault on the > INSERT SELECT statement which is executed when a table is recreated. This > will allow oncreatedefaults which reference other tables and columns to work, > and the statements shouldn't be needed anyway, because the same > oncreatedefault is executed at the end of the update.database process, and > the NOT NULL constraints are not activated when the data is copied.
diffstat: src-db/database/lib/dbsourcemanager.jar | 0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r edda5328f260 -r 220470337d06 src-db/database/lib/dbsourcemanager.jar Binary file src-db/database/lib/dbsourcemanager.jar has changed ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
