Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
GitContainer
/
SublimeText-SQLTools
Public
forked from
mtxr/SublimeText-SQLTools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SublimeText-SQLTools
SQLToolsAPI
Connection.py
on
master
User selector
All users
All time
Commit history
Commits on Jun 7, 2019
Merge pull request #215 from mtxr/prompt-connection-password
Show description for 63e4a49
tkopets
authored
63e4a49
View commit details
Copy full SHA for 63e4a49
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
Added support for prompting connection parameters
Taras Kopets
committed
3056f07
View commit details
Copy full SHA for 3056f07
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Bump timeout to 60 seconds for internal commands
Taras Kopets
committed
b82b710
View commit details
Copy full SHA for b82b710
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Use python core logging for logs
tkopets
committed
9d17d19
View commit details
Copy full SHA for 9d17d19
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Check if valid encoding, defaulting to utf-8
tkopets
committed
a2ef789
View commit details
Copy full SHA for a2ef789
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
Improve the output - panel waits for results
Show description for c455c1d
tkopets
committed
c455c1d
View commit details
Copy full SHA for c455c1d
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Remove debug print of queries in Connection
tkopets
committed
fe98c40
View commit details
Copy full SHA for fe98c40
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
Review default DB settings, use set encoding
Show description for a695509
tkopets
committed
a695509
View commit details
Copy full SHA for a695509
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
Change how top level and per-query options work
Show description for 04063b6
tkopets
committed
04063b6
View commit details
Copy full SHA for 04063b6
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
Ensure "before" and "after" runs on all commands
Show description for 1324fbf
tkopets
committed
1324fbf
View commit details
Copy full SHA for 1324fbf
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Use simple bool/string value for show_query, for backwards compatibility
Coteh
committed
3a5a00f
View commit details
Copy full SHA for 3a5a00f
View code at this point
Browse repository at this point
Commits on Jun 17, 2017
Clean up and remove true/false evaluation for show_query
Coteh
committed
d97073c
View commit details
Copy full SHA for d97073c
View code at this point
Browse repository at this point
Commits on May 30, 2017
Added new PostgreSQL auth method using env vars
Show description for 9c9c4cd
tkopets
committed
9c9c4cd
View commit details
Copy full SHA for 9c9c4cd
View code at this point
Browse repository at this point
Commits on May 16, 2017
Fix Query History
tkopets
committed
b3a7e0c
View commit details
Copy full SHA for b3a7e0c
View code at this point
Browse repository at this point
Commits on May 13, 2017
Fixes #19 using option
mtxr
committed
a2b2e11
View commit details
Copy full SHA for a2b2e11
View code at this point
Browse repository at this point
Commits on May 10, 2017
Fix codacy issues
tkopets
committed
1966189
View commit details
Copy full SHA for 1966189
View code at this point
Browse repository at this point
Change cli options behaviour, review ident queries
Show description for 366ac44
tkopets
committed
366ac44
View commit details
Copy full SHA for 366ac44
View code at this point
Browse repository at this point
Commits on May 8, 2017
Added new mysql auth method
tkopets
committed
7896367
View commit details
Copy full SHA for 7896367
View code at this point
Browse repository at this point
add support for optional args (for MySQL auth)
tkopets
committed
bbc8b37
View commit details
Copy full SHA for bbc8b37
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
fixed codacy issues and code formatting
tkopets
committed
49cdc19
View commit details
Copy full SHA for 49cdc19
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
slight code formatting
tkopets
committed
f3ce4bd
View commit details
Copy full SHA for f3ce4bd
View code at this point
Browse repository at this point
Imporove error handling when creating Connection
Show description for acc77c8
tkopets
committed
acc77c8
View commit details
Copy full SHA for acc77c8
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
process is killed after "thread_timeout" elapsed
Show description for e5afd09
Taras Kopets
committed
e5afd09
View commit details
Copy full SHA for e5afd09
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
check if explain options exists to prevent errors
Taras Kopets
committed
85d835c
View commit details
Copy full SHA for 85d835c
View code at this point
Browse repository at this point
fixes problem with explain and trailing newlines
Taras Kopets
committed
2062604
View commit details
Copy full SHA for 2062604
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
Fixed `Connection.explainPlan()`. The return value of `getSelection()` is not str but list of str.
ngr-t
committed
88151e6
View commit details
Copy full SHA for 88151e6
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
added `ST: Explain Plan` command (only for Oracle DB).
ngr-t
committed
23f9e1e
View commit details
Copy full SHA for 23f9e1e
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Fixed `Connection.py` to run commands in `before` items in option.
ngr-t
committed
064897b
View commit details
Copy full SHA for 064897b
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
removed 'select' detect fallback and fixed sqlparse method
optio
authored
e377340
View commit details
Copy full SHA for e377340
View code at this point
Browse repository at this point
removed a debug print
optio
authored
c285450
View commit details
Copy full SHA for c285450
View code at this point
Browse repository at this point
use parsesql for safe_limit detection
optio
authored
9b9de26
View commit details
Copy full SHA for 9b9de26
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Added show_query handling
optio
authored
9612e2b
View commit details
Copy full SHA for 9612e2b
View code at this point
Browse repository at this point
Check for existing ; in query before adding a safe limit
optio
authored
9ecc394
View commit details
Copy full SHA for 9ecc394
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
Added safe_limit setting to execute
Show description for f3659b3
optio
authored
f3659b3
View commit details
Copy full SHA for f3659b3
View code at this point
Browse repository at this point
Commits on Oct 29, 2016
sáb out 29 15:16:50 BRST 2016
mtxr
committed
230d4c3
View commit details
Copy full SHA for 230d4c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.