travelrest.blogg.se

Pgmodeler create view
Pgmodeler create view














pgmodeler-cli now logs objects that fail to be recreated in fix process into a log file stored in pgModeler's temp directory.Additional fix in CsvParser::parseBuffer to append a line break character at the end of the buffer in case it is missing so the parsing can be done correctly.Fixed the wrong usage of cached names and signatures in DatabaseImportHelper.Minor fixes in the catalog queries for cast, collation, and role.Fixed bug in reverse engineering that was happening during the creation of object permissions.Minor fix in the name pattern of the settings backup folder in PgModelerCliApp::createConfigurations.Fixed a false-positive diff result when comparing numeric columns.Removed unused constant PhysicalTable::DataLineBreak.

pgmodeler create view

Instead of failing and never opening the dialog again for the user to try to import another file, the method now ask for saving the current (corrupted data) to a file and opens an empty grid to a new CSV import. Changed the behavior of TableDataWidget::populateDataGrid.Minor adjustment in SyntaxHighlighter to force no line wrap in the parent input when single_line_mode is activated.SyntaxHighlighter when in single-line mode will strip any line break char in the input field.Minor adjustment in output messages in PgModelerCliApp::createConfigurations.Removed the deprecated attribute partial-match from configuration files in conf/defaults.Created the methods GuiUtilsNs::saveFile and GuiUtilsNs::loadFile.

pgmodeler create view

  • Allowing sequences to be assigned to columns with numeric type.
  • pgModeler now restores the default settings in case of some configuration file is corrupted/incompatible and causes the initialization to fail.
  • Now pgModeler selects the UI element colors based upon the system's default colors set (light/dark).
  • Minor tooltip fix in DataManipulationForm.
  • Minor fix in process output capturing in ModelFixForm.
  • Minor fix in GeneralConfigWidget when using NO_UPDATE_CHECK.
  • Minor fixes in the catalog queries for column, cast, collation, and role.
  • Fixed the undefined reference error when building on Windows.
  • Fixed the line selection operation in LineNumbersWidget.
  • Fixed the diff process on legacy database versions.
  • Fixed problems with comments on a database having the same OIDs of different types of objects.
  • Fixed CodeCompletionWidget::retrieveColumnNames when referencing a table via an alias.
  • Fixed a crash in the SQL tool when closing a database explorer instance that owns a plugin tool button.
  • Fixed a bug in TableDataWidget::generateDataBuffer that was causing the generation of malformed CSV in some circumstances.
  • Fixed a bug in SqlExecutionWidget::fillResultsTable.
  • Fixed a bug in NumberedTextEditor::identSelection.
  • Fixed a bug in DatabaseModel that could lead to an "unknown exception caught" error.
  • Fixed a bug in Catalog::getObjectsCount.
  • Fix a bug in PgModelerCliApp::fixModel that was causing the generation of empty models when the input file had no tag.
  • Addition fix in CodeCompletionWidget in such a way to preserve cursor position when inserting the selected word after a special char.
  • When retrieving objects from the database CodeCompletionWidget will not display keywords and snippets in the popup list.
  • Added support for highlighting enclosing characters (), attribute form where there's the need to convert chars to their XML entities counterparts.
  • Added support for exporting results in CSV and plain text format in DataManipulationForm and SQLExecutionWidget.
  • It is now possible to list column/table names in the middle of the INSERT/DELETE/TRUNCATE/UPDATE commands.

    Pgmodeler create view code#

    Added support for code completion based on living database object names in CodeCompletionWidget.

    pgmodeler create view

  • Added support for installing tool buttons created by plugins in DatabaseExplorerWidget.
  • Added support for hiding objects' shadows in the settings.
  • Added OS type information in AboutWidget.
  • Added support for drag & drop files in the main window to load models.













  • Pgmodeler create view