Revision history for Perl module Gtk2::Ex::DbLinker
0.01 Tue May 20 15:03:43 2014
- original version; created by ExtUtils::ModuleMaker 0.51
0.02 Added support informations
0.03 Added example2_dbc with DBIx::Class, and the database ex1_1 database that holds the table 'speaks' without a counter (pk is composed of the 2 fields langid + countryid).
Added example_dbi with uses sql commands and DBI
Bug corrected in DbcDataManager (occured when a new reccord is added)
Removed 'use of Data::Dumper;'
0.05 Form::add_combo corrected use of set_text_column
0.06 Form::add_combo delete existing model
DbcDataManager
new parameters columns => {name =>type} which replace the call to $rs->result_source->columns to supplied the column's names and types
+columns => {name => type} the columns supplied are added to those found with $rs->result_source->columns.
if a primary_keys array ref is supplied the search of the row at a given pos is done with $rs->search, not $rs->find
0.07 Test failed - updated
0.08
Datasheet:
get/set_column_value,
call back function with on_row_select + on_changed ;
DbiDataManager:
before_query
0.09
DbiDataManager:
auto_incrementing use from the start, in the module, $self->get_primarykeys must be called instead of @{$self->{primary_keys}}
$self->{cols} holds field's names without their changing to lower case
Form:
set_data_manager method to replace the current data manager