Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gregory Shrago
Total activity
512
Last activity
August 14, 2023 18:03
Member since
January 16, 2007 18:03
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
214
Activity overview
Posts (3)
Comments (295)
Sort by recent activity
Recent activity
Votes
Created
February 01, 2012 11:55
Run "use <database-name>" statement before any other queries.Otherwise change database URL to include <database-name> so it will be "used" by default.
Community
PhpStorm
No database selected
0 votes
Created
February 01, 2012 12:10
Feel free to create a feature request at http://youtrack.jetbrains.net/ for this.
Community
PhpStorm
Generate "alter" SQL for database compare?
0 votes
Created
September 14, 2012 16:44
The error says RMI registry cannot be accessed. Please verify your firewall settings.Database connection is really created in a separate process that communicates with the IDE via RMI.RMI registry ...
Community
PhpStorm
Postgresql Data Source
0 votes
Created
April 29, 2013 12:57
One dirty-quick workaround that comes to my mind:1. copy DDL to a separate SQL file2. make a DDL datasource from it3. add foreign keys (you can switch dialect if needed, not the case with MySQL)4. ...
Community
PhpStorm
Database foreignKey MyISAM
0 votes
Created
May 13, 2013 17:59
Can you provide the query reported by "Query" toolbar button?Just curious how column labels got into the way.No problems like that with other databases.
Community
PhpStorm
IBM iSeries Database, adding / changing rows
0 votes
Created
May 20, 2013 14:47
Please attach log files (Help/Show Log).They may contain some exception stacktraces we can base our investigation on.
Community
PhpStorm
php inspection & code completion not working on 6.02
0 votes
Created
July 20, 2010 00:57
http://youtrack.jetbrains.net/issue/IDEA-55203"Language Injection intention actions are not shown in Intentions UI" problem will be addressed by 9.0.3.Gregory Shrago
Community
PhpStorm
Suppress the Lightbulb?
0 votes
Created
February 25, 2011 15:36
http://youtrack.jetbrains.net/issue/IDEA-65918Thanks for reporting
Community
PhpStorm
Change the default parameter regex in database console
0 votes
Created
December 08, 2011 15:07
Looks like transaction has not been committed.Try those statements directly in the database console and verify that auto-commit mode is turned on.Advanced data source properties may control the def...
Community
PhpStorm
SQL Queries
0 votes
Created
December 09, 2011 13:05
Some more questions to track down the problem. What database/version/JDBC driver do you use?Do some simple DML test work for you? Like:create table RWTest ( id integer );insert into RWTest values (...
Community
PhpStorm
SQL Queries
0 votes
«
First
‹
Previous
Next
›
Last
»