Autor Thema: Datenbanksoftware und Tools diverses ...  (Gelesen 298931 mal)

0 Mitglieder und 3 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Firebird 4.0.2.2816-0
« Antwort #1575 am: 12 August, 2022, 10:40 »
Powerful and versatile relational database system that provides a variety of ANSI SQL standard features and cross-platform support.

License: GPL

Changelog

    V.4.0.2 Improvements:

    6983 — New built-in function BLOB_APPEND
    7208 — Trace: provide performance statistics for DDL statement
    7194 — Make it possible to avoid fbclient dependency in Pascal programs using firebird.pas
    7168 — Ignore missing UDR libraries during restore
    7161 — Update zlib to version 1.2.12
    7093 — Improve indexed lookup speed of strings when the last keys characters are part of collated contractions
    7092 — Improve performance of CURRENT_TIME
    7042 — ON DISCONNECT triggers are not executed during forced attachment shutdown
    7041 — Firebird port for Apple M1 architecture
    7038 — Improve performance of STARTING WITH with insensitive collations
    6730 — Trace: provide ability to see STATEMENT RESTART events (or their count)

[close]

http://www.firebirdsql.org/en/start/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
HeidiSQL 12.1
« Antwort #1576 am: 13 August, 2022, 18:10 »
HeidiSQL lets you see and edit data and structures from computers running one of the database systems MariaDB, MySQL, Microsoft SQL, PostgreSQL and SQLite.

License: GPLv2

Changelog


3rd party updates:

    Update SQLite libraries to v3.39.0, released on 2022-06-25

New stuff:

    Create context menu item "Empty recent filters" on database and table filter above tree view. See https://www.heidisql.com/forum.php?t=39447
    Add support for MariaDB's new UUID column type. Closes issue #1545
    Add basic support for listing and showing views in SQLite mode. Closes issue #1196
    Support mouse wheel zoom in grid text editor
    Issue #156: menu item "follow foreign key" in data grid (@dungsaga)
    Let user set line break style for saved query tab files. Closes issue #892
    Issue #892: support custom line break style when saving log panel contents or CREATE code tabs to file, using the existing "LineBreakStyle" option introduced in 59159c7afd8ea875b604d639bded105984b5e2c8.
    Support renaming columns in SQLite, and generate separate ALTER TABLE queries for each change. Closes issue #1256
    Support COLLATE clause in SQLite when creating tables
    Upgrade used compiler to Delphi 11.1

Bugfixes and enhancements:

    Enable 64 bit support for files > 4gb in zipped SQL export
    Support comments on table indexes via table designer. Closes issue #128
    Don't add a "WHERE -- foo" when the filter contains comments only. Closes issue #1537
    Strip comments from procedure parameters before parsing. Closes issue #1477
    Restore maximized state of text editor in OnCreate, not OnShow. See https://www.heidisql.com/forum.php?t=39476
    Don't reset a main control's window procedure if there is no main control. Closes issue #1349
    SSH tunnel: use the shell executable filename in all dialog captions
    Issue #287: v5.1 servers report utf8mb4 from mysql_character_set_name, although it's latin1. Trust the returned charset only on v5.5+ servers, and reset it on older servers.
    MoveFile() does not work when target directory is a symlink, so we prefer CopyFile + DeleteFile. Closes issue #1616
    Auto-fit result columns when compressing export file has finished. Closes issue #1617
    TSHFileOpStruct.pFrom needs a trailing nul char, see https://stackoverflow.com/a/1594859/4110077 and/or https://docs.microsoft.com/de-de/windows/win32/api/shellapi/ns-shellapi-shfileopstructa?redirectedfrom=MSDN#members
    When deleting tab backup file, delete it to recycle bin, for cases where the user did that by accident. Same for snippet file and overwritten export/zip file. See https://www.heidisql.com/forum.php?t=39355
    Set title on completion proposal form, to keep the form resizable with only 1 NbLinesInWindow. See https://www.heidisql.com/forum.php?t=39366
    Issue #1613: fix missing detection of spatial keys
    mysql_character_set_name() from libmysql.dll reports utf8 if in fact it's a latin charset. Force utf8* charset in that case. See https://www.heidisql.com/forum.php?t=39278
    Don't reapply shortcuts to base editor, but to all others. Closes issue #1600
    Fix crash after copying table to other database, when target database is expanded in DBtree and current session has a background color. Closes issue #1597
    Optimization: set up a single TSynMemo instance instead of all, e.g. when creating a new query tab
    Issue #1351: optimize StrHasNumChars
    Make counting characters in TDBQuery.HasFullData more precise for diacritical characters. Fixes EnsureFullRow not doing its work when a cell contains some emoji. Reported in the forum: https://www.heidisql.com/forum.php?t=39239
    Leave away delimiter at the end of a query batch, in one-go mode. Closes issue #1583
    Issue #1577: make apphelpers.SelectNode more intelligent, returning true/false to indicate whether it successful went through OnFocusChanging event
    Do not auto-close search/replace dialog if no occurrences were found. Closes issue #896
    Enable cancel edit button after search/replace. Closes issue #1579
    Issue #1577: break loop in search/replace on grid if advancing focus on next node is not allowed through OnFocusChanging event
    Convert hardcoded MySQL error codes to named constants, taken from include/mysql/server/mysqld_error.h
    Refactor: move structures for specific network types out of dbstructures, into their own dbstructures.xxx.pas, and include const.inc in project sources
    Set character set and collation of MySQL/MariaDB connections only if current one is not UTF8/16/32. Closes issue #287
    Issue #1256: restrict altering existing SQLite tables, apart from a few things
    Refactor: create and use self explanatory TDBObjectEditor.ObjectExists method
    Table editor: force repaint of column list after click on "delete column", which otherwise still displays the deleted columns until the user hovers over it
    Issue #945: give id column in table editor slightly more width to let the text fit in
    Issue #1256: create spRenameColumn template and prefer that in SQLite and Postgres
    Issue #1521: get back partition clause into table editor by fixing the detection for CREATE code without a closing comment at the end
    Prevent the last column from being dragged out of any VirtualTree header. Closes issue #1021
    Issue #993: white is now used as background for selected text, which is light blue and unreadable. Set Material/clHighlight to hex bebebe instead.
    Set system color clHighlight in Material theme to bright white (was rgb 32464a), to enhance readability of link colors in dialog footers. Closes issue #993.
    Limit icons on column in table editor to show only one per key type. Closes issue #945
    Support custom line breaks in ConfirmTabClear
    Set hint on data grid top label, staying readable when screen width is too small to show the label. Closes issue #836
    Ask user whether modified text shall be stored when pressing cancel button. Closes issue #817
    Set focus on editor when creating new query tab, closing a previously grid editor. Closes issue #725
    Auto-refreshing grid or list only if main form is active. Closes issue #669
    Update cached object reference with new row count after inserting row, which may enable "Data" option in table copy dialog. Closes issue #666
    Disable save and discard buttons of routine editor temporarily while saving changes. Closes issue #616
    Display multi-line column headers in query result grid. Closes issue #1566
    Replace redundant ExtractBaseFileName() with TPath.GetFileNameWithoutExtension()

[close]

https://www.heidisql.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Jailer 12.6.1
« Antwort #1577 am: 15 August, 2022, 20:30 »
A powerful and practical software utility specifically built to extract data from databases and improve performance by removing obsolete entries.

Apache License 2.0

Whats new:>>

    Extensive internal refactoring. Improvement of code quality.
    Issue #91, "Open Table popover stuck on screen". #91
    Issue #92, "Database tab - Schema Mapping should alter expanded table list". #92
    NullPointerException in SQL console when no default schema is present was fixed.

http://jailer.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Metabase 0.44.1
« Antwort #1578 am: 17 August, 2022, 10:20 »
Thoroughly organize, analyze and share large datasets with the help of this open-source and quite good-looking piece of software.

License: GPLv3

Changelog

    Enhancements:

    Bump Postgres driver to 42.4.1 (#24709)
    Bump MariaDB (MySQL) driver to 2.7.6 (#24648)

    Bug fixes:

    Fix incorrect hash for Advanced fieldvalues (#24740)
    Confusing UX after performing password reset (#24700)
    Changing existing filters in Simple GUI will replace other existing filters (#24664)
    Cannot set caching duration to less than a second (#24657)
    Correct spelling of pulse setting notification-retry-randomizaion-factor (#24653)
    Dashboard filters are "floating" with default FullApp embedding (#24652)
    Dashboard card filter connection hides filter disconnect button until hovered (#24650)
    New filter modal is showing custom mapped values next to their original values (#24626)
    The "Browse data" in navigation sidebar is hidden in FullApp embedding (#24610)
    Improve the autocomplete query (#24452)
    UI performance regression since v43 when rendering certain visualizations on larger dashboards (#24291)
    Custom Expression references dropped, when field references are also used in breakout (#24126)
    There is no space in the screen of a mobile device to show data when a Question has several filters (#23983)
    Margins on Dashboard parameter filters are too small (#23870)
    Questions referencing another question with a GROUP BY on a custom column generate invalid SQL (#23862)
    Drill-through on "View these X" fails when date column is null (#23817)
    Not possible to filter native model using header cell context menu (#23091)
    Metabase thinks Database has unrun migrations on every launch (#22867)
    Multi-level nested questions with joins causes failed query because of incorrect column aliasing (#22859)
    Models does not respect the column visibility setting (#22520)
    Dashboard's "text/contains" filter is case-sensitive (#21359)
    Mongo Driver Timezone Issue When Grouping (#11149)

[close]

https://www.metabase.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SQLite GUI 1.7.7
« Antwort #1579 am: 20 August, 2022, 10:50 »
This compact and minimalist Windows GUI for SQLite will enable its users to perform a wide range of database operations and processes.

License: GPLv2

Whats new:>>

    Ability to create desktop shortcuts
    New option to commit autocomplete by TAB
    Value selector by Alt + Space for FK in Edit data dialog (issue #126)
    Fix issues #124, #125, #127, #128, #129

https://github.com/little-brother/sqlite-gui

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DBeaver 22.1.5
« Antwort #1580 am: 22 August, 2022, 10:20 »
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc.

Apache License 2.0

Changelog

    SQL editor:

    Script to connection association problem was fixed

    Data editor:

    Major memory leak in data editor was fixed
    Issue with grouping panel cleanup was resolved
    Hex editor now respects read-only status of columns
    Find/replace dialog now respects focused control

    General:

    Issue with connection configuration load and edit was fixed
    Dialog buttons layout was fixed in different dialogs
    Authentication profiles configuration UI was fixed

    SQL Server:

    View definition read was fixed for Azure databases
    Nvarchar/nchar column length detection was fixed

    MySQL:

    Issue with numeric schema names was fixed

    Oracle:

    Trigger DDL was fixed (CREATE keyword)
    Data type DDL generation was fixed

    PostgreSQL:

    Filters for composite data types were fixed

[close]

https://dbeaver.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
pgAdmin 4 6.13
« Antwort #1581 am: 25 August, 2022, 22:15 »
pgAdmin allows multi-database management through an administration interface for PostgreSQL permitting statement, procedure viewing and more.

License: Open Source

Changelog

New features:

Issue #3709 - Added support to show all background processes in separate panel.
Issue #7387 - Added support to create triggers from existing trigger functions in EPAS.

Housekeeping:

Issue #7344 - Port Role Reassign dialog to React.
Issue #7345 - Port User Management dialog to React.
Issue #7404 - Port process watcher to React.
Issue #7462 - Remove the SQL files for the unsupported versions of the database server.
Issue #7567 - Port About dialog to React.
Issue #7568 - Port change user password and 2FA dialog to React.
Issue #7590 - Port change ownership dialog to React.
Issue #7595 - Update the container base image to Alpine 3.16 (with Python 3.10.5).
Issue #7602 - Fixed improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below (CVE-2022-29361).

Bug fixes:

Issue #7452 - Ensure that an error is thrown if clipboard access is not provided and change the copy rows shortcut.
Issue #7468 - Fixed an issue where the History tab is getting blank and showing an error after some queries are executed.
Issue #7481 - Fixed an issue where OWNED BY was incorrectly set to NONE when adding user privileges on the sequence.
Issue #7497 - Fixed an issue with the error message being displayed at the right place for Azure deployments.
Issue #7521 - Fixed an issue where the Query Editor loses focus when saving a query (Alt+s).
Issue #7527 - Fixed API test cases for Postgres 14.4.
Issue #7540 - Ensure that rename panel should work on view/edit panels.
Issue #7563 - Fixed an issue where autocomplete is not working after clearing the query editor.
Issue #7573 - Ensure that autocomplete does not appear when navigating code using arrow keys.
Issue #7575 - Fixed an issue where Alt-Shift-Q didn’t work after creating a new query.
Issue #7579 - Fixed an issue where copy and pasting a row in the results grid doesn’t set the default for boolean.
Issue #7586 - Fixed an issue with rendering geometry when selecting a complete column.
Issue #7587 - Ensure that the children of information_schema and pg_catalog node should be displayed.
Issue #7591 - Fixed column “none” does not exist issue, while comparing schema objects.
Issue #7596 - Fixed an issue where schema diff did not pick up the change in RLS policy.
Issue #7608 - Fixed an issue where the cloud deployment wizard creates the cluster with the High Availability even if that option is not selected.
Issue #7611 - Ensure that schema diff maintains view ownership when view definitions are modified.
Issue #7614 - Fixed crypt key is missing issue when logout from the pgAdmin.
Issue #7616 - Ensure that the next button should be disabled if the password did not match for Azure deployment.
Issue #7617 - Fixed an issue where Azure cloud deployment failed.
Issue #7625 - Fixed Spanish translations typo.
Issue #7630 - Ensure that If the trigger function definition is changed, drop and recreate the trigger in the schema diff.
Issue #7632 - Fixed an issue where a user could not authenticate using Azure CLI on OSX.
Issue #7633 - Ensure that the autofocus is on the input control for the master password and server password dialogs.
Issue #7641 - Pin Flask-SocketIO <= v5.2.0. The latest version does not support Werkzeug in production environments.

[close]

https://www.pgadmin.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Metabase 0.44.2
« Antwort #1582 am: 01 September, 2022, 09:09 »
Changelog
   

    Enhancements:

    Always create new items in the current collection (#24986)
    Always display the original field name when editing metadata in when editing models (#24824)

    Bug fixes:

    Advanced FieldValues does not change if sandbox rule use a native query (#24966)
    Can't use segments in case function for custom columns value (#24922)
    Click-and-Drag filtering in dashboards has an offset if card is not touching the left wall (#24912)
    Click Behavior drops FullApp overrides (#24756)
    "Exclude" filter on dashboard breaks queries if you select a value to exclude, and then add it back (#24236)
    "Exclude" filter on dashboard doesn't show any value in filter widget when nothing is excluded (#24235)
    Form tabs blend in with the white background on hover (#23975)
    Sandboxing on linked table column with multiple dimensions and remapping, then "dirty" query fails (#15106)

[close]

https://www.metabase.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Jailer 12.6.2
« Antwort #1583 am: 02 September, 2022, 13:10 »
Whats new:>>

Minor improvements to the GUI of the data browser.

http://jailer.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DBeaver 22.2.0
« Antwort #1584 am: 04 September, 2022, 20:40 »
Changelog


    Data editor:
        Embedded browser (Edge vs IE) configuration was added
        Custom data types rendering in record mode was improved
        Console viewer toggle was fixed on Linux/MAcOS
        Arrays view/edit UI was improved
        Multidimensional arrays support was fixed
    Data transfer:
        Column auto-mapping was fixed for databases with different identifiers case
        Problem with old configuration load was fixed
        Statistics calculation was fixed
    SQL editor:
        Query parser was fixed (issue with single line comments in select items)
        Screen coloring by connection type was fixed
    SSH:
        SSHJ now is the default tunnel implementation
        SSHJ version was upgraded, ASN1 decoder was added
    Connection:
        Issue with double authentication in web browser was resolved (all drivers with MFA auth)
    Clickhouse:
        Boolean data type support was added
        Issue with timestamp data edit was resolved
    Firebird: overloaded procedures loading issue was resolved
    MS Access: diagram loading was fixed
    Oracle: password expiration warning was added
    PostgreSQL:
        Extra options were added to explain plan dialog
        Data type constraints loading was improved
        Data type DDL generation was fixed

[close]

https://dbeaver.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Exportizer 9.0.0.790
« Antwort #1585 am: 04 September, 2022, 21:45 »
Exportizer is a free database export tool. It allows you to export data to a file, clipboard, or printer. Exportizer works via BDE or ADO. It can convert DB, DBF, text, CSV to text, CSV, XLS, RTF, XML, HTML, DBF, and INSERT statements. Many export options ensure full control over output. There is an ability to specify the source-to-target field mappings. Export operations can be performed either via the program interface or via command line with large number of parameters. You can easily generate needed command line directly from the GUI. It is possible to copy data to the clipboard or print it. There are several utility functions for data manipulating and bookmarking.

Features:

Opening tables from multi-table database files like XLS, XLSX, XLSM, XLSB, MDB, ACCDB, HTML, GDB, IB, FDB, UDL, and other multi-table databases like ODBC data sources etc.
Exporting data from all files, which are located in one folder, or all tables from a multi-table data source, at once (from interface or via command line).
Ability to specify custom increment number for Increment Field Value function.
Exporting data to Excel (XML-based) and DATABASE formats.
Using extra command line line options like /Silent, /LogFile, /CloseOnError etc.
Using extra export modes like Append and Empty+Insert.

Freemium

Whats new:>>

    Possibility to open multiple data windows.
    Possibility to export data from multiple data windows at a time.
    Improvements when working with list of registered databases.
    Better management of language files.
    Minor changes and bug fixes.

http://www.vlsoftware.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
SQLite 3.39.3
« Antwort #1586 am: 05 September, 2022, 18:45 »
Whats new:>>

    Use a statement journal on DML statement affecting two or more database rows if the statement makes use of a SQL functions that might abort. See forum thread 9b9e4716c0d7bbd1.
    Use a mutex to protect the PRAGMA temp_store_directory and PRAGMA data_store_directory statements, even though they are decremented and documented as not being threadsafe. See forum post 719a11e1314d1c70.
    Other bug and warning fixes. See the timeline for details.

https://www.sqlite.org/index.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DbGate 5.1.1
« Antwort #1587 am: 06 September, 2022, 05:20 »
A database management application with support for MySQL, MS SQL and PostgreSQL, with a built-in query designer and a table and SQL editor.

MIT License

Changelog


    ADDED: Perspective designer
    FIXED: NULL,NOT NULL filter datatime columns #356
    FIXED: Recognize computed columns on SQL server #354
    ADDED: Hotkey for clear filter #352
    FIXED: Change column type on Postgres #350
    ADDED: Ability to open qdesign file #349
    ADDED: Custom editor font size #345
    ADDED: Ability to open perspective files

[close]

https://github.com/dbgate/dbgate

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Exportizer 9.0.1.96
« Antwort #1588 am: 08 September, 2022, 21:20 »
Whats new:>>

Interface improvements.

http://www.vlsoftware.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Jailer 12.6.3
« Antwort #1589 am: 11 September, 2022, 20:20 »
Whats new:>>

Updated SQL keyword catalog for identifier quoting.

http://jailer.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )