The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Wx::Perl::DbLinker

0.1 Wed Sep  2 15:04:59 2015
    - original version; created by ExtUtils::ModuleMaker 0.54
0.002 First distribution on cpan
0.003 Form: : added a inserting flag to display default values added in the dataManager. pos = -1 used to display no data
      Form: apply on deletion, if the number of rows is 0 an empty row is display. Else it's the first row in the rowset
      Form: add_combo_values can be call for Wx::ListBox
      Wxdatasheet: renderer_function can be use to set the value of a column
0.005 Parameters can be passed as list or hash ref of name => value
0.006 Added examples with SqlADM and RdbDM. Corrected Makefile.pl to fetch a version of Gtk2::Ex::DbLinker-DbTools >= 0.104
0.007 Removed common methods to Form and Wxform and created a parent class AbForm to both
0.008 Wxdatasheet->get_current_row return the row that have been last edited
      Wxdataseet->apply done with DatasheetHelper->apply common to Gtk2 ... Datasheet 
0.009 0.108 DatasheetHelper holds common methods to Wxdatasheet and Datasheet