pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/56373: devel/clion-bin update from 2018.3.4 to 2021.2



>Number:         56373
>Category:       pkg
>Synopsis:       devel/clion-bin update from 2018.3.4 to 2021.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 23 11:55:00 +0000 2021
>Originator:     Remy van Elst
>Release:        pkgsrc 2021Q1
>Organization:
>Environment:
bash-5.1# uname -a
NetBSD netbsd.spnw.nl 9.2 NetBSD 9.2 (GENERIC) #0: Wed May 12 13:15:55 UTC 2021  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64

>Description:
Update of the clion-bin package from version 2018.3.4 to 2021.2. Patch file changed to remove dependency on `realpath` and an invalid java flag. 

This is my first attempt at a pkgsrc package update. I'm using CLion myself.

$ cat DESCR 
Thanks to native C and C++ support,
including modern C++ standards, libc++ and Boost,
CLion knows your code through and through and takes
care of the routine while you focus on the important things.


Changelog of versions in between, via this page: https://www.jetbrains.com/clion/download/other.html


# CLion 2021.1.3 (211.7628.27 build)
- Code: Clangd    Bug CPP-25157   Use of undeclared identificator __cudaPushCallConfiguration
- No Subsystem    Bug CPP-25144   Code completion stops when including .h file in to .cu file
- Bug CPP-25687   Red CUDA code with VS toolchain (2021.1.2)
- Core    Bug IDEA-270078 Windows: Internal Error (./src/hotspot/share/runtime/safepoint.cpp:917), Illegal threadstate encountered
- Core. Installation  Bug IDEA-269591 IDE with Projector crashes on restart
- Core. Plugin Management Bug IDEA-262732 Dynamic plugin and lost settings after unload & load
- Core. Project Settings  Bug IDEA-270137 Project Structure dialog: after changing name of a module-level library it's shown as 'Empty Library'
- Bug IDEA-271303 It's not possible to add multiple sub-facets for a single facet
- Core. Quick Documentation   Exception   IDEA-256001 jpg, svg images aren't rendered in quick doc
- Core. Run. Configurations   Bug IDEA-265622 [new run config UI] Mnemonic tooltips appear above another dialog opened from the RC window
- Bug IDEA-268436 No longer possible to set temporary configurations limit
- Bug IDEA-266369 Don't invoke `RunManagerListener#runConfigurationAdded` with RunManagerImpl write lock
- User Interface  Bug IDEA-266927 Plugins settings page steals the focus from search box
- Bug IDEA-266854 IDE resets Windows File Explorer Recent Files list on start
- Bug IDEA-267018 ComponentPopupBuilder#adText not displayed anymore
- Bug IDEA-271223 Back button in Settings may open unexpected page
- Usability   IDEA-267294 "Stretch to Right"/"Stretch to Left": Ctrl+Shift+Arrow keys resize the dialog instead of text selection
- User Interface. Focus   Bug IDEA-251381 "git => compare branch" looses focus before list of branches can be displayed
- User Interface. Navigation  Bug IDEA-265789 Open in new window keybinding does not work in recent files view
- Bug IDEA-269778 In Quick Definition popup, left/right arrow keys move a caret instead of switching overrides
- User Interface. Plugins Bug IDEA-267878 Update notification from a disabled plugin after the plugin was already updated (Rider, Azure DevOps plugin)
- User Interface. Project View    Bug IDEA-268305 Hide empty middle packages option disables correct tree view of parent and children packages
- Console Bug PY-48157    Cursor in SciView does not move to next cell after execution with Ctrl+Enter
- No subsystem    Bug DBE-13148   Datasource color setting does not override children color settings
- Code Completion Feature DBE-4541    SQL:code completion: grant execute on <procedure> to ... does not suggest users
- Bug DBE-7781    Automatic alias shouldn't appear when not needed
- Bug DBE-2931    MSSQL: bad completion
- Bug DBE-10650   Bad completion for table aliases in INSERT
- Usability   DBE-7913    Computed columns in INSERT suggestion
- Usability   DBE-12479   More priority for sorting direction in completion
- Code Generation Bug DBE-13327   IDE generates trigger chunk in view DDL
- Code Highlighting   Bug DBE-13185   Unsupported option in CREATE MATERIALIZED VIEW
- Bug DBE-13316   False error highlighting in convert() clause
- Bug DBE-13262   Incorrect syntax errors for querying arrays in RedShift SQL
- Bug DBE-9271    PL/SQL: "Unable to resolve column 'sqlerrm'" at exception block
- Bug DBE-13188   Resolving of PL/SQL record type fields does not work in most cases.
- Bug DBE-13296   MSSQL dialect does not recognize Azure SQL command `CREATE DATABASE foo AS COPY OF bar`
- Bug DBE-13324   Wrong 'unresolved' in CREATE TABLE
- Connectivity    Cosmetics   DBE-13230   Data source invalid selection in the list
- Data Editor/Viewer  Bug DBE-13252   Table data editor action panel does not change color
- Bug DBE-13167   Wrong date is returned by Snowflake if session timezone is not UTC
- Usability   DBE-11774   Table is read-only when there is no schema qualifier (unresolved table references)
- Data Import/Export  Performance DBE-11370   import CSV into a HIVE table took forever
- Performance DBE-13139   Import to Redshift is still slow even with batch support. Probably tweak linesPerStatement parameter
- Diagrams    Bug DBE-13046   Data source color setting is not reflected on diagram anymore
- Bug DBE-13283   Adding a diagram note leads to `ClassCastException`
- Introspection   Bug DBE-13325   Better UI for dross-database synonyms
- Cosmetics   DBE-13326   Missing Row Security Policies icon
- DBE-13251   Wrong focus position after first navigation on table.column_name via Search Everywhere
- Bug DBE-12843   tSQLt - java.sql.SQLException when test returns a result set
- SQL Resolve Bug DBE-4531    Completion fails on table synonyms across databases

#  CLion 2020.3.4 (203.8084.11 build)
- Project Model   Bug     CPP-24398   Reloading CompDB project via editor widget doesn't show Build tool window
- Core. Project Settings  Bug     IDEA-259705     Module can't be deleted

# CLion 2020.2.5 (202.8194.17 build)
- Core. Indexing  Performance     IDEA-251642     Indexing dependncies hangs
- Core. SSH   Bug     IDEA-247283     SSH can't juxtapose a public key file with a public key from the agent if there's no private key file
- Editor  Bug     IDEA-248406     External annotations and code vision hints aren't shown if javadoc comment is shown in rendered form
- User Interface. Controls    Bug     IDEA-248210     "Find" and "Replace" don't remember text area size
- User Interface. Embedded Browser (JCEF) Bug     IDEA-250937     forward jcef log to user home
- Version Control Bug     IDEA-252307     Rebase modal no longer stores previously selected ref or options
- Bug     IDEA-249948     New git repositories do not show up in VCS dialog
- Version Control. Git    Bug     IDEA-248795     gitignore is not created during project creation in WebStorm
- Usability   IDEA-253889     Git Rebase dialog: copy the value from upstream to --onto field when it is added
- Usability   IDEA-251554     Pull-dialog: suggests pulling from the last entered branch, instead from tracked branch
- Console Bug     PY-45049    Types and parameters aren't shown in completion in Python Console
- Bug     PY-30650    iPython console gets totally unresponsive when using large Pandas Dataframe
- Debugger    Task    PY-44450    Consider disabling the "Drop into debugger on failed tests" flag by default
- Test Runner Bug     PY-43632    Unittest run configuration has two "Additional Arguments" fields

# CLion 2020.1.3 (201.8743.17 build)
- Unit Testing: Google Test   Bug CPP-20039   CLion 2020.1 - Selecting and running multiple cmake google tests results in "Preparation canceled"
- Core    Bug IDEA-243130 GoLand 2020.1.3 closes main window and can't bring to front if press ESC on `goland --help` window.
- Bug IDEA-241340 Timeout in tests during BaseFixture.disposeRootDisposable caused by LaterInvocator
- Core. File System   Bug IDEA-241524 When I create new files using de Angular CLI, the files are not visible immediately in the Project tab
- Bug IDEA-239947 Deadlock between EDT and Jar file attributes updater
- Core. IDE Settings  Usability   IDEA-240607 Import Settings should warn if user has incorrectly selected a folder without settings
- Core. Indexing  Performance IDEA-238706 Accessing index during PSI events
- Core. Installation  Bug IDEA-242558 Patches for the IDE with 32-bit JDK are not applied
- Bug IDEA-242552 IDEA doesn't start after update to 2020.2 EAP2 (202.5103.13)
- Core. Licensing Bug IDEA-245166 Do not popup license dialog for "optional"-licensed plugins, after license expiration
- Core. Plugin Management Bug IDEA-240538 Theme plugin auto apply after update reseting previous settings
- Exception   IDEA-241872 "Unexpected core classloasder" exception prevents startup
- Core. Project Settings  Bug IDEA-238053 Project Structure dialog does not apply changes when Eclipse project format is used
- Usability   IDEA-240068 error: java: error: release version 15 not supported when compiling project with JDK_X language level in misc.xml
- Editor. Large Files Bug IDEA-243589 IDE freeze / crash when large file is truncated
- Tools. Docker   Bug IDEA-240719 Docker's multi-tab drawing problem
- Bug IDEA-236451 Docker: Exec tabs for a container are closed only from the second time.
- Tools. Terminal Usability   IDEA-244778 Consider renaming 'Smart Command Handling' to 'Run Commands using IDE'
- User Interface  Bug IDEA-240549 Minor: missing space in Reopen Project dialog
- Performance IDEA-238301 Subpixel(LCD) text is slow with UI font in 2020.1, switching to greyscale antialiasing helps
- User Interface. Graphics    Bug IDEA-242042 Some icons are missing and some hardly visible in the Main menu
- User Interface. Project View    Performance IDEA-237974 UI freeze: com.intellij.openapi.module.impl.ModuleGroupersKt.splitByDotsJoiningIncorrectIdentifiers
- Version Control. Log    Bug IDEA-221930 Checkout revision keymap is gone.
- Code Insight    Performance PY-41402    UI freezes when processing references in python scratch files
- Debugger    Bug PY-40654    Switch off shape gathering for on demand variables in the debugger
- Skeletons   Performance PY-41828    PyCharm indexes entire filesystem due to unintended and misconfigured App Engine support
- DB Connectivity Bug DBE-10963   pgpass fails to parse if it has blank lines in it
- DB Console  Bug DBE-10837   Error: invalid identifier in Snowflake
- Bug DBE-9876    Force executing queries in read-only mode runs the wrong query
- DB Diff Bug DBE-10727   Compare schemas does not respect the column order
- DB Refactoring  Usability   DBE-10543   Button layout exactly the wrong way round (Compare DDL with Database)
- Data Views  Feature DBE-2516    Use Data Editor for editable views
- Usability   DBE-10707   Generated filter from Filter By context menu clears MongoDB projection
- Usability   DBE-8336    Shorten tab names in DataGrid with placement on the right/left
- Navigation & Search Bug DBE-11084   'Go to declaration or usages' not working on routines in query console window
- PL & DDL Editor Feature DBE-5756    Database - Adding datasource as DDL - adding whole folders besides files only
- SQL Completion  Feature DBE-11004   SQL Server Does Not Recognize "ADD SENSITIVITY CLASSIFICATION" Statement
- SQL Format and Style    Bug DBE-10779   Wrong indent when a command starts with a comment
- Bug DBE-11093   Formatting rules are ignored when formatting a constructor inside type body
- SQL General Bug DBE-10726   No ability to create a DDL data source if there are no folders attached
- Bug DBE-10999   Index creation with INCLUDE NULL KEYS causes error
- SQL Generation  Bug DBE-10334   Modify table action no more works from the editor
- Bug DBE-10724   Snowflake Table Creation Generates Invalid DDL w/ Comments on Primary Keys
- SQL Highlighting    Bug DBE-11007   ORDER BY ... FOR JSON in subquery
- Bug DBE-10748   Errors in SQL Editor for correct Oracle SQL statements
- Bug DBE-10778   MariaDB Dialect JSON_QUERY not recognized
- SQL Resolve Feature DBE-10457   New quick fix: refresh schema

 
# CLion 2019.3.6 (193.7288.25 build)
- Code: Clangd    Bug     CPP-18783   clangd crashes on catch.hpp
- Bug     CPP-19696   No concepts support with MSVC toolchain
- Core. Licensing Bug     IDEA-235344     Licence server address is cleared when it's unreachable
- Bug     IDEA-231811     Excessive number of writes to idea.key
- Core. Plugin Management Bug     IDEA-234444     failure to uninstall plugin
- Core. Statistics    Auto-reported Exception     IDEA-231639     Should be called at least in the state CONFIGURATION_STORE_INITIALIZED, the current state is: COMPONENTS_REGISTERED Current violators count: 1
- Exception   IDEA-228826     ERROR when open GoLand 2020.1 with plugin that defines registry key
- Version Control. Subversion Bug     IDEA-228828     IDEA does not propose to delete dir in svn when deleting a dir
- Debugger    Bug     PY-39307    Error prints in Debug Server run configuration cause by misplaced attach to process binaries
- SQL Generation  Bug     DBE-10396   Unable to resolve class com.intellij.database.model.DasObjectWithSource

# CLion 2019.2.5 (192.7142.39 build)
- Core. Diagrams  Exception   IDEA-218015     Attempt to export any diagram to svg image fails with NPE
- Core. File System   Feature     IDEA-152607     Non-destructive "safe write" mode
- Core. IDE Settings  Usability   IDEA-221387     Configure Gutter Icons opens Settings For New Projects
- Core. Installation  Bug     IDEA-223576     Impossible to update Pycharm 2019.1
- Bug     IDEA-215497     jbr/bin/java Access Denied during update from IC-192.4205.45 to IC-192.4488.21
- Core. Password Management   Bug     IDEA-223257     java.lang.NoSuchMethodError: 'void com.intellij.credentialStore.CredentialAttributes.<init>(java.lang.String, java.lang.String, java.lang.Class, boolean, int, kotlin.jvm.internal.DefaultConstructorMarker)'
- Core. Quick Documentation   Bug     IDEA-222946     identifier tooltip - due to scrollbar the tooltip window is not large (height) enough when there is only 1 or 2 lines in the tooltip. So the text is always obscured.
- Core. SSH   Bug     IDEA-222345     Allow users to update known_hosts in a one click
- Bug     IDEA-220958     SSHJ: ConnectTimeout option is being read from config as milliseconds but should be read as seconds
- Cosmetics   IDEA-222955     Error message cannot be fully read
- Core. Task Management   Bug     IDEA-222938     Can't uncheck "Enable Cache" in `Settings -> Tools -> Task`
- Editor. Code Completion Bug     IDEA-221425     Code completion broken and not configurable
- Editor. Editing Text    Bug     IDEA-221667     Pressing Option-Enter on warning while info popup is displayed and previous warning hasn't been cleared causes cursor to jump in editor
- User Interface. Focus   Bug     IDEA-221730     Stop services window from taking focus when opening a database table.
- User Interface. Graphics    Bug     IDEA-220577     Menu icons in Presentation mode are large
- Version Control. Git    Bug     IDEA-220499     Git merge --no-commit still perfroms a commit if conflicts occur
- Bug     IDEA-222125     Update project notification incorrectly considers recents when calculating number of commits matching filter
- Debugger    Bug     PY-37645    Debugger crashes with exit code -1073740791 (PyQt5)
- Bug     PY-37361    Pytest 2: Failed to find debugger in _pytest
- Bug     PY-26541    Changing format doesn't take effect on numpy array
- Bug     PY-37757    Debugging fail in IronPython with: AttributeError: 'module' object has no attribute 'EX_OK'
- Usability   PY-36952    Frightening stacktrace is shown when user stops debugger
- Test Runner Bug     PY-37841    _jb_pytest_runner 2019 fail to run some test
- No subsystem    Bug     DBE-9285    Inspections from commandline: SqlCaseVsCoalesceInspection fails with "registers INFORMATION level problem in batch mode"
- Bug     DBE-9154    No more right click option to refresh materialized view on PostgreSQL
- DB Connectivity Bug     DBE-5559    H2 embedded: mv.db extension as appended to the database file each time
- Bug     DBE-9136    Cannot change session to Azure SQL database after update to 2019.2.4
- Bug     DBE-3272    H2 Data Source: automatic detection of database files for MV_STORE format (.mv.db)
- Usability   DBE-9247    Adding data source via the explorer is confusing
- DB Console  Feature     DBE-2344    DB2: not possible to enable DBMS_OUTPUT
- Bug     DBE-9251    Cannot remove association with console for the once injected sql into a string fragment
- Bug     DBE-9260    Running "Execution Plan" on a recursive SQL results in java.lang.StackOverflowError"
- DB Diff Bug     DBE-9226    Compare tool generates invalid mariadb sql for drop index when generating migration script
- DB General  Bug     DBE-8736    Don't write database model on EDT
- DB Introspection    Feature     DBE-7213    Support System-Versioned Tables introspection and syntax
- Bug     DBE-6627    Sequences are not displayed in database structure for H2 databases
- Bug     DBE-9181    Refresh of external schemas in Redshift is unreliable
- Bug     DBE-9262    Mysql - No autosync - introspect schema doesn't introspect
- Bug     DBE-8000    MS SQL: table or column comments are truncated to 30 characters
- DB Refactoring  Bug     DBE-8776    Modify comment query lost umlauts in encoding mess even though previewed SQL is fine
- Cosmetics   DBE-8364    Edit Comment for DB Table Column Window
- DB Schema Views Feature     DBE-8608    Cannot reassign "drop" database object shortcut key
- Usability   DBE-9195    Schema patterns keep getting reset when I drop and recreate a database
- Usability   DBE-9248    Tables are not loading with the schema selected without refreshing
- Configuration Problem   DBE-9020    Database tool window -> Show intermediate nodes deactivated no longer works in 2019.2
- Data Import & Export    Bug     DBE-9254    PostgreSQL Copy results as SQL Inserts does not Quote Items Properly
- Data Views  Feature     DBE-5970    Transposed table in a table editor don't allow to resize a column name
- Bug     DBE-9157    Quick documentation for database rows produce invalid queries
- Bug     DBE-9217    When I press forward or backward button, Index is increased or decreased. But This can't renew the table. I think it is bug. Please fix this.
- Bug     DBE-8904    Transpose collapses field names
- Bug     DBE-9338    The row number is truncated in table view
- Usability   DBE-9179    Thousands separator in results rows count view
- PL & DDL Editor Bug     DBE-8649    DDL editor should always use UTF-8
- SQL Completion  Feature     DBE-9252    Completion: option to suggest only objects from current database/schema
- Bug     DBE-6024    Database completion/object navigation should not show filtered out objects
- Bug     DBE-7033    Bad completion for subquery
- Bug     DBE-1188    Code completion wrong when data source has many databases MySQL
- Usability   DBE-9070    Option to disable smart join completion
- Usability   DBE-9307    SQL: MySQL: code completion could suggest ALTER TABLE
- Usability   DBE-8957    Misleading icon in a completion list
- Usability   DBE-2234    SQL completion: useless item duplication
- SQL Format and Style    Bug     DBE-9249    PostgreSQL formatting: the "Keep new line after THEN, ELSE" options doesn't work
- Bug     DBE-9185    Unable to format correctly a view creation query that uses a "With query"
- SQL General Bug     DBE-2667    "Quote identifier" should choose correct case
- Bug     DBE-9376    MS SQL parses incorrectly when column alias is "load"
- SQL Generation  Bug     DBE-9366    DataGrip freezes 30 secs after launch
- SQL Highlighting    Bug     DBE-8370    OPENXML WITH clause is not recognized
- Bug     DBE-3688    SQL: MySQL: support correct limitations for CAST and CONVERT arguments
- Bug     DBE-9193    Good code is red when using dots in PostgreSQL CREATE VIEW WITH() option names
- Bug     DBE-5819    Bad SQL is green: MySQL `delete * from`
- Bug     DBE-9210    Inspection ['Delete' statement without 'where' clears all data in the table] should not be shown when selection made by JOIN
- Bug     DBE-9167    Snowflake SQL Dialect parsing error
- Bug     DBE-9317    Add az64 compression encoding support
- Bug     DBE-9264    Named parameters in SQL function calls are marked as syntax errors and broken by auto-format
- Bug     DBE-9353    Inlay hint is strange for VALUES
- Bug     DBE-9160    DataGrip: Error indicated if trying to execute SQL Server procedure using user parameters to pass value
- Bug     DBE-9108    Support SONAME syntax
- Bug     DBE-7426    MariaDB command JSON_VALUE not recognized
- Bug     DBE-9293    Sybase: unable to resolve "GO" symbol
- Bug     DBE-9271    PL/SQL: "Unable to resolve column 'sqlerrm'" at exception block
- Bug     DBE-8924    False warning about number of values when selecting identity column
- SQL Resolve Bug     DBE-6494    rowversion type is not recognized by Datagrip
- Usability   DBE-9261    Unable to select schema in SQL Resolution Scopes dialog

# CLion 2019.1.4 (191.7479.33 build)
- No subsystem	Bug 	CPP-15708 	[Android Studio Freeze] FileSymbolTablesCache trying to invalidate all files recursively
- Bug 	CPP-16313 	Exception occurs when compilation database project is opened not for the first time.
- Bug 	CPP-16044 	clangd doesn't parse cpp files if response files are used to pass arguments to the compiler in MSVC environment
- Bug 	CPP-15707 	[Android Studio Freeze] OCSourceGliderComponent taking too long to initialize
- Code: Highlighting and Inspections	Bug 	CPP-16259 	IllegalStateException: Failed to restart clangd server
- Core. File System	Bug 	IDEA-211677 	Deadlock/freeze on quitting IntelliJ IDEA
- Core. Platform API	Bug 	IDEA-211580 	AvailableSince annotations stopped being included after Kotlin dependency on IntelliJ changed from kotlin.build.custom.deps:intellij-core to kotlin.build:intellij-core
- Core. Quick Documentation	Bug 	IDEA-212079 	QuickDocumentation is unable to load SVG from the jar file
- Core. Run | Debug. Configurations	Bug 	IDEA-208525 	Changes to my Environment Variables in Configurations aren't saving
- Editor. Diff and Merge	Bug 	IDEA-210783 	Couldn't select items in 'Diff Between' window (Deployment/Remote Host Access) with UP/DOWN arrow keyboard keys
- User Interface	Bug 	IDEA-211968 	Recent projects menu/list contains paths with non-native slashes instead of project names
- Bug 	IDEA-211955 	"Open Recent" shows full path for consequently opened projects
- User Interface. Find, Replace, Usages	Bug 	IDEA-196030 	Find in Path | Open in Find Window does not work for current file scope with a scratch file
- Bug 	IDEA-176926 	All Places scope does not include scratch files and consoles
- Bug 	IDEA-204277 	Pinned "Find in Path" dialog is not closed when opening a project in the same window
- User Interface. Navigation	Usability 	IDEA-208718 	Implement the ability to move right/left on Navigation bar using additional shortcuts
- Usability 	IDEA-207554 	Cmd+E/Ctrl+E doesn't work for iterating recent files after Recent/Recent edited files union
- User Interface. Project View	Bug 	IDEA-204446 	Structure sidebar flashing content with frontend (html related) files
- Version Control. Git	Bug 	IDEA-210358 	Incoming/outgoing commits are checked on project opening before any manual git remote operation is done
- Version Control. Log	Bug 	IDEA-211128 	Git Log: commit selected in search results is scrolled away and hidden from view after search is cancelled
- Bug 	IDEA-211583 	Git file history doesn't follow rename if it was made in a merge commit
- Web. Flash and Flex	Bug 	IDEA-207927 	Error when generating configuration for maven project using flexmojos and flex modules
- Console	Bug 	PY-33216 	Pycharm freezes when viewing array
- Debugger	Bug 	PY-35010 	Debugger doesn't attach to Flask reloader when the file is executable
- Interpreters Settings	Bug 	PY-35141 	PyCharm doesn't activate the conda if Anaconda/Miniconda is installed in a non-default location and no other conda available in the system
- Bug 	PY-35914 	Can't install packages with conda interpreter when non-default installation path was used for Anaconda
- Test Runner	Bug 	PY-35062 	Tox output broken for 3.8.3
- DB Introspection	Bug 	DBE-8275 	Snowflake won?t load schemas even if other connections do
- SQL Format and Style	Bug 	DBE-7993 	PLPGSQL missing line break before INTO clause of SELECT commands
- Bug 	DBE-8223 	DataGrip Quote Identifier incorrectly enclosed variables and parameters for SQL Server. This is not correct syntax
- Cosmetics 	DBE-8355 	Different panel height for Generic SQL and Derby settings
- Cosmetics 	DBE-8356 	Extra separator between scheme chooser and option tabs in MS Windows

>How-To-Repeat:

>Fix:
begin 755 clion-bin.tgz.uuencode.base64
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
3;[]OOV^_;S_Q^W]%:SU)`"X!````
`
end




Home | Main Index | Thread Index | Old Index