jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Graph Databases support for JetBrains family IDEs.

Results 56 jetbrains-plugin-graph-database-support issues
Sort by recently updated
recently updated
newest added

I can't see the relationships between nodes in the Graph Database Console only the nodes.

question

Hello, I have it connected to my graph and I can create a node from the graph database sidebar. When running from a cypher file I encounter this error: java.lang.NullPointerException...

``` @Service() export class OrganisationManager extends Object { constructor(@Inject("database") readonly db: BoltAdapter, @CypherQuery("organisationManager/get") readonly getQuery: string) ^--- Query is injected { super(); } public async list(): Promise { const result...

enhancement

Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.

enhancement

java.lang.NullPointerException at com.neueda.jetbrains.plugin.graphdb.jetbrains.ui.renderes.tree.PropertyTreeCellRenderer.customizeCellRenderer(PropertyTreeCellRenderer.java:29) at com.intellij.ui.ColoredTreeCellRenderer.getTreeCellRendererComponent(ColoredTreeCellRenderer.java:108) at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807) at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1360) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getPreferredWidth(VariableHeightLayoutCache.java:1177) at javax.swing.tree.VariableHeightLayoutCache.getMaxNodeWidth(VariableHeightLayoutCache.java:1008) at javax.swing.tree.VariableHeightLayoutCache.getPreferredWidth(VariableHeightLayoutCache.java:309) at javax.swing.plaf.basic.BasicTreeUI.updateCachedPreferredSize(BasicTreeUI.java:1900) at javax.swing.plaf.basic.BasicTreeUI.getPreferredSize(BasicTreeUI.java:2003) at javax.swing.plaf.basic.BasicTreeUI.getPreferredSize(BasicTreeUI.java:1991) at javax.swing.JComponent.getPreferredSize(JComponent.java:1663) at com.intellij.ui.treeStructure.Tree.getPreferredSize(Tree.java:860) at com.intellij.ui.components.JBScrollPane$Layout.layoutContainer(JBScrollPane.java:426) at...

IntelliJ IDEA 2018.3 (Ultimate Edition) Build #IU-183.4284.148, built on November 21, 2018 JRE: 1.8.0_152-release-1343-b15 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Kubuntu 18.10 x64 Graph Database Support v2.5.2...

Error occurred: Expected parameter(s): x Same issue with latest version in Ultimate and Community Version.

With the following query, the plugin treats each line as a separate query (and places a green run triangle before each line). ``` CALL dbms.procedures() YIELD name, signature RETURN name...

could you provide info or add a feature to be able to copy/past and interact with data somehow

enhancement