SQLPro icon indicating copy to clipboard operation
SQLPro copied to clipboard

SQLPro bug & features tracking.

Results 61 SQLPro issues
Sort by recently updated
recently updated
newest added

When working on a file, I often often have multiple queries in the editor separated by a semicolon “;”. It would be great to be able to define which queries...

How can I add add/edit Field and Table CHECK CONSTRAINTS with SQLPro for SQLite?

I've seen a few apps automatically calculate some summary metrics on whatever cells you highlight in the query results pane, which I think is super useful. Please see screenshot for...

I just ran the following query: ``` INSERT INTO [DATABASE].[SCHEMA].[TABLE] SELECT * FROM [DATABASE].[SCHEMA].[OTHER_TABLE] ; ``` I had truncated the table immediately before, and verified it was empty with a...

Do support auto commit disabled? If support, how to set. If not support, exist implement plan? I use SQLPro Studio.

SQL Server Management Studio supports certificate-based encrypted connections to servers. ![screen shot 2016-03-25 at 11 04 28](https://cloud.githubusercontent.com/assets/111022/14049249/9e37bda0-f279-11e5-8954-7dc4d6d71746.png) It'd be great to support encrypted connections from SQLPro to MS SQL databases.

**Describe the bug** ```BEGIN;``` and ```BEGIN TRANSACTION;``` are not detected as independent sql statements when using "cursor range" execution. This can lead to running statements following it that you didn't...

I am writing to report an issue with the Apple USB Keyboard when used with the iOS version of SQL Pro on my iPad. The arrow keys on the keyboard...

**Describe the bug** The new autosize columns feature doesn't size the results 'To content', instead they're always spaced equally. **To Reproduce** Steps to reproduce the behaviour: 1. Open a database...

**Describe the bug** In SQLPro for SQLite, when tapping the Data tab while having a table with 3.1 million rows selected, the app hangs. **To Reproduce** Steps to reproduce the...