glom r1218 - in trunk: . glom/libglom/data_structure glom/mode_design/fields
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1218 - in trunk: . glom/libglom/data_structure glom/mode_design/fields
- Date: Wed, 17 Oct 2007 16:28:53 +0100 (BST)
Author: murrayc
Date: 2007-10-17 16:28:52 +0100 (Wed, 17 Oct 2007)
New Revision: 1218
ViewCVS link: http://svn.gnome.org/viewcvs/glom?rev=1218&view=rev
Modified:
trunk/ChangeLog
trunk/glom/libglom/data_structure/field.cc
trunk/glom/libglom/data_structure/field.h
trunk/glom/mode_design/fields/box_db_table_definition.cc
Log:
2007-10-17 Murray Cumming <murrayc murrayc com>
* glom/libglom/data_structure/field.cc:
* glom/libglom/data_structure/field.h: Copy constructor:
copy m_field_info instead of sharing one reference-counted instance.
get_field_info(): Add a const overload and make the existing one non-const.
This const correctness should prevent us from using the same instance when
we actually want to explicitly take a copy.
This errors were probably caused during the port to libgda 3.0, when
Gda::Column became a reference-counted object.
* glom/mode_design/fields/box_db_table_definition.cc:
get_field_definition(): copy the field_info instead of just reusing the
existing one, to avoid changing the original field_info accidentally.
These changes make field type changes actually work again in 1.6.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]