Levin
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Levin commented, -
Levin created a post, Django Project - No Django Structure Tools, Project configs differ from docs
Using PyCharm 2023.2.5 (Professional Edition), when I create a project of type Django, I don't get configuration options similar to documentation, and I don't get the Django Structure Toolbar. The... -
Levin created a post, For user defined driver, how to set java properties for incompatible JNA native library
In order to get an ODBC connection to Salesforce I think I need to know how to - set the system property jna.nosys=trueor - set jna.boot.library.path to include the path to the version of the jnidi... -
Levin created a post, In new UI, there is no "Get from Version Control" when you have a project open
If working in one project and you want to open a 2nd project from VCS in a new window, the dropdowns don't have anything.I have the New UI enabled on pycharm pro, version below.This page: https://... -
-
-
Levin commented, -
Levin created a post, AnsweredGet back query text from reult tab?
Lot of times I run query, pin result, modify, pin, modify pin.... I can see the query text when I hover over the tabs. I don't have it in my editor anymore. Can I get it back? I do know about th... -
Levin created a post, AnsweredGenerate DDL from query results
After running a query, I want to to get the SQL to create a table with same column names/type as the query results. Is there a feature that generates "CREATE TABLE " script from results of a query...