App-DBBrowser

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Code refactoring.

2.283    2021-09-26
        - Attached databases: update tables menu.

2.282    2021-09-24
        - Term::Choose minimum version is '1.739'.
        - Code refactoring.

2.281    2021-08-29
        - Adapt the code to the updated Term::Choose.

2.280    2021-08-24
        - DBD::SQLite 1.68 or greater is required.
        - print_table: table_name -> footer.
        - Renamed the option 'f3' to 'search'.
        - 'Ctrl-F' instead of 'F3' to open the search prompt.
        - PageUP/PageDown: 'Ctrl-P'/'Ctrl-N' instead of 'Ctrl-B'/'Ctrl-F'.

2.279    2021-07-29
        - Bugfix in functions Epoch_to_Date/Epoch_to_DateTime: use driver specific regex statement.

Changes  view on Meta::CPAN

        - Columns added with Append_col have now an empty header.
        - Bugfix in empty_to_null.
        - Code refactoring.
        - Update documentation.

2.220    2019-10-31
        - Bugfix in the empty_to_null filter.

2.219    2019-10-30
        - Update required Term::Choose-Util-versions.
        - Adapt code to the updated Term::Choose-Util version.

2.218    2019-10-23
        - Update documentation.

2.217    2019-10-20
        - Bugfix 'choose_a_subset' return values: check for empty arrays.

2.216    2019-10-19
        - Bugfix in filter 'merge_rows'.

Changes  view on Meta::CPAN

        - Input Copy and Paste: show the cursor.
        - Required the fixed "Term::Choose::Util" version.

2.210    2019-09-21
        - Term::Choose::Util: use object-oriented interface.

2.209    2019-09-09
        - Bugfix in 'subqueries': term_width -> get_term_width.

2.208    2019-09-05
        - Adapt the code to the updated Term::Choose.
        - Hide cursor fixes.

2.207    2019-08-09
        - Require App::DBBrowser::Table.
        - Bugfix in Join: use the right reference to get the driver type.
        - Update menus in Join.
        - Join/Union: consider the option 'metadata'.

2.206    2019-07-07
        - Fixed cursor visibility by raising the required Term::Form version.

Changes  view on Meta::CPAN

        - Added autoflush at the beginning of run.
        - Create/Drop menu changes.

2.204    2019-07-04
        - Update required "Term::Form"- and "Term::TablePrint"-versions.
        - Code refactoring.

2.203    2019-06-30
        - Fetching column names and types: eval sql code.
        - Keep the cursor hidden, avoid cursor flickering.
        - Adapt code to work with the updated Term::Choose::LineFold::line_fold routine.


2.202    2019-05-09
        - Update minimum version: Term::Choose, Term::Choose::Util, Term::From.
        - Code refactoring.

2.201    2019-05-08
        - Bugfix in reading db options.
        - Union all: exclude views.
        - Menu memory for plugin menu.

bin/db-browser  view on Meta::CPAN


If the option I<Source Type> is set to I<menu>, selecting I<Insert> opens a submenu where one can choose the type of
the data source. If I<Source Type> is set to I<plain> or I<file>, the set data source type is used without showing a
menu. For more information, see L</Data Input>.

If the first column of a table is an auto-increment column, the C<INSERT INTO> statement is built without this first
column. This feature is available if supported by the database plugin.

=head3 Update

Update records. The affected (and not yet updated) records are shown before the user confirms the update.

=head3 Delete

Delete records. The affected records are shown before the user confirms the deletion.

=head2 Data Input

=head3 Data Source

=over



( run in 0.530 second using v1.01-cache-2.11-cpan-05444aca049 )