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
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
Created
December 06, 2011 13:45
This is not a bug but rather a feature.Database name in MySQL JDBC URL is equivalent to "USE <database>" statement.Even if you connect to a specific database you are able to switch to another one l...
Community
PhpStorm
Data sources in PHPStorm 3.0
0 votes
Created
September 12, 2012 16:51
I do not face this problem and never did. What JDBC driver do you use and how do you now it goes to localhost?The URL looks valid indeed. I hope dev.fakeurl.com pings OK and the DB instance is up a...
Community
PhpStorm
Postgresql Data Source
0 votes
Created
September 26, 2012 18:58
Please specify your database and driver. You can copypaste this from "Data Source/Properties/Test Connection" output.
Community
PhpStorm
Database console: tiny integer values displayed as booleans
0 votes
Created
October 11, 2012 19:21
I've tried:create table tinytest (id int primary key , tiny TINYINT(3));insert into tinytest values (1, 1);insert into tinytest values (2, 2);with:Database: MySQL/5.5.14Driver Name: MySQL-AB JDBC D...
Community
PhpStorm
Database console: tiny integer values displayed as booleans
0 votes
Created
March 15, 2013 16:53
Thanks for reporting. The DEFINER clause parsing is fixed.
Community
PhpStorm
Run sql-files with `CREATE FUNCTION`-statements
0 votes
«
First
‹
Previous
Next
›
Last
»