Code Monkey home page Code Monkey logo

sequel-pro's People

Contributors

rowanbeentje avatar schlabberdog avatar

Watchers

 avatar

sequel-pro's Issues

Limit from doesnt work "Limit from"

What steps will reproduce the problem?

1. Set the limit to n, for example 5
2. Search "id" , ">" (or any other search condition)
3. Make the search.

What is the expected output? What do you see instead?

The last n records. But all are show. If "Limit result to" is defined in the 
preferences, the result is 
limited to this limit.

I think it should work, having "Limit result to" as the default value and 
"Limit from" as a possible 
value, if not defined, then, use the "Limit result".

Original issue reported on code.google.com by [email protected] on 17 Sep 2008 at 11:20

Toolbar Button - show/hide console doesn't function

What steps will reproduce the problem?
1. Right click toolbar
2. Select "Customise Toolbar"
3. Drag Show/Hide Console icon to Toolbar
4. Press done
5. Show/Hide Console is greyed out.

What version of the product are you using? On what operating system?
0.9. on OS X 10.5.4.



Original issue reported on code.google.com by [email protected] on 9 Sep 2008 at 10:59

Check over documentation

A quick glance over the documentation shows many pages which are no-longer 
accurate. Tickets 
need to be added for each page which needs updating.

Original issue reported on code.google.com by [email protected] on 13 Apr 2008 at 6:01

Add latest version of the MCPKit framework

There are references to CocoaMySQL within the binaries of the MCPKit framework. 
I also suspect the 
copy of MCPKit we have is not a Universal build (and is thus breaking our own 
ability to build as 
universal).

Create a new build from the latest stable release of MCPKit, and add it to the 
project.

Original issue reported on code.google.com by [email protected] on 13 Apr 2008 at 6:21

Refactor favourites system to use bindings

The favorites system is a mess. We need to re-factor it to use bindings. Wrok 
on this has already 
begin.

The plan is to have an NSArrayController to manage the favourites, all 
controller code will access 
the favourites via this object, and the favourites editor in preferences will 
use this to 
add/remove/modify favourites.

The connect sheet will continue to use the TableObject controller as an 
intermediary between the 
connect window and the favourites, to keep changes in the connect window from 
being saved.

Original issue reported on code.google.com by [email protected] on 20 Apr 2008 at 1:42

Query Favorites Management is Wonky

What steps will reproduce the problem?
1. Create a query and save it as a favorite.
2. Click Edit Favorites and Edit query.
3. Create another query and save it to favorites.
4. Click Edit Favorites again and only one favorite will be displayed.
5. Delete the previous query and the more recent one will appear in its place.

What is the expected output? What do you see instead?
There should have been a list of all favorite queries.

What version of the product are you using? On what operating system?
Mac OS X 10.5.4.

Please provide any additional information below.
I would like to be able to give my saved queries names, so that I can keep them 
organized.

Original issue reported on code.google.com by brad.estey on 29 Aug 2008 at 8:19

Growl Support

Nothing major, just basic growl support for a few items:

* Import finished (good for a long import where u might switch app to 
background)
* Export finished (maybe not needed)
* Table syntax copied (after copy table syntax)
* Connected (maybe if we have an auto-reconnect preference (not that 
connections die that often)
* Disconnected (good again if in background and connection gets terminated)
* Query Failed (maybe?)


Original issue reported on code.google.com by [email protected] on 26 May 2008 at 4:20

Create a "Table" menu to replace some toolbar icons

The "Table Operations" and "Create Table Syntax" toolbar icons do not fit in 
with our vision of the 
toolbar.

Remove these two toolbar icons and add a new "Toolbar" menu (to the right of 
"Database"), 
containing these items:

 * Create Table Syntax - same as the existing toolbar icon
 * Check Table - same as the Check feature in Table Operations
 * Analyze Table - same as the Analize feature in Table Operations
 * Optimize Table - same as the Optimize feature in Table Operations
 * Repair Table - same as the Repair feature in Table Operations
 * Flush Table - same as the Flush feature in Table Operations

Original issue reported on code.google.com by [email protected] on 24 Apr 2008 at 12:07

Add Localization Policy

Hi,

it would be nice if you could add a Wiki page on whether/how others can
provide localizations.

Count me in for the German one.

Original issue reported on code.google.com by [email protected] on 30 Aug 2008 at 9:28

iusethis appcast

The old check-for-updates system ([MainController checkForUpdates:]) has been 
disabled, because 
it was only functional for the CocoaMySQL project.

The updates checker needs to be re-implemented to function with our Google Code 
hosting. 
Perhaps using the [http://sparkle.andymatuschak.org/ Sparkle] framework.

Original issue reported on code.google.com by [email protected] on 5 Apr 2008 at 1:36

[REQ] MySQL over SSL

I know it's probably not a top priority, but for our workflow, being able
to support MySQL over SSL makes this app a must-use for us. To my knowlege,
it shouldn't be too hard, as it's just a command line switch with a path to
the file for the mysql client, but I'm not sure how it works using the
MySQL library in OSX.

Original issue reported on code.google.com by [email protected] on 27 May 2008 at 4:11

Mis-alignment when collapsing splitter #2

What steps will reproduce the problem?
1. Similar to issue 22
2. Instead drag upwards.

What is the expected output? What do you see instead?
- Tables Table header bar and Table Structure table header bar should line up.

Original issue reported on code.google.com by [email protected] on 25 Apr 2008 at 7:03

Create a project icon

We need an project icon for Sequel Pro, currently we're still using the 
CocoaMySQL icon.

I was thinking a typical stack of database cylinders with a hammer (ala Xcode), 
but I'm open to just 
about anything that looks nice.

Original issue reported on code.google.com by [email protected] on 5 Apr 2008 at 1:42

Clean up File menu

The File menu has a lot of menu items that are not even connected to an
action (Open, Save, etc.).
I think it would be best to just drop these as they can be confusing to the
user.

Also "New Connection" would be more descriptive than "New".

Original issue reported on code.google.com by [email protected] on 23 Aug 2008 at 2:12

[REQ] Support of "foreign keys" of INNODB tables

enhancement request:
please consider the support of the "foreign keys" of INNODB tables

to my opinion that means, there should be 
1. in the "add index" dropdown menu 
- an additional selector for "FOREIGN KEY"
- a selector for the referenced table and
- a selector for the referenced column

2. the display of these two additional fields in the "Indexes" pane

you find these infos of an existing database with the "SHOW CREATE TABLE ..." 
command in the 
"CONSTRAINT ... FOREIGN KEY ... REFERENCES ..." lines

Original issue reported on code.google.com by [email protected] on 16 Jun 2008 at 5:03

Move database select pull down into toolbar

The database select pull down we have now needs to be moved into the toolbar.

If it's easy, make the pull down have a minimum width that's the same width as 
the table list split 
(if not, push that back to 1.0).

Original issue reported on code.google.com by [email protected] on 23 Apr 2008 at 11:50

[REQ] Show database list in Database menu

If someone wants to remove the database selector from the toolbar or hide the 
toolbar (See Issue 
#13) we need an alternate system for switching databases.

Add all of the databases to the end of the Database menu.

Original issue reported on code.google.com by [email protected] on 23 Apr 2008 at 11:52

Cannot Save Database Presents

What steps will reproduce the problem?
1. Launch Sequel Pro

What is the expected output? What do you see instead?
There is a list of Databases that isn't populated, and no way of adding to
that list. This is actually a regression from CocoaMySQL.

What version of the product are you using? On what operating system?
.8 on Leopard

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 May 2008 at 4:03

Missing Show/Hide Toolbar menu item

It should be nice to add a Show/Hide Toolbar menu item.
The "official" shortcut for this is Cmd-Opt-T (according to the Apple Keyboard 
Shortcuts Quick 
Reference (2008-03-11). Yet, Sequel Pro uses, for now, this one for 
Edit>Special Characters…

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 9:27

Save width of the Table column

Sequel Pro (0.9) doesn't save the width of the Tables column.
It saves size/position of the main window and the width of fields/columns, yet 
and it's really nice. 
:^)

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 9:49

redesign tables list in mysql dump export dialog

remove the refresh table button
replace the check all/check none by placing the tables list in an 
outline-view-group under the 
database name (so you tick/untick the database to select all/none of the 
tables).

Original issue reported on code.google.com by [email protected] on 23 Apr 2008 at 8:01

[REQ] Search & Replace

This is not a bug but a wish for new feature, not sure if this is the right
place for this, if not please let us know where to start a list :)

1. Search & replace, I know this can be done with SQL but it would be
easier for two input fields that this could be done. 

Original issue reported on code.google.com by [email protected] on 6 Sep 2008 at 9:40

Make Long Queries not freeze the GUI

Reported By: Benjamin Schuster-Böckler

Is it feasible to make sequelpro threaded in a way that a long query doesn't 
hang up the frontend?

Original issue reported on code.google.com by mattlangtree on 26 Aug 2008 at 11:59

Column heading in "Browse" list view doesn't show until window refreshed

When clicking on a table name in the left column while in "Table" mode, and 
then switching to 
"Browse" mode using the icon in the toolbar, the column headings for the data 
list doesn't display.

Resizing the window fixes the problem.

Not major, but worth noting and should be easy to fix :)

Using: MacBook Pro, Mac OS X 10.5.4.

Original issue reported on code.google.com by [email protected] on 26 Aug 2008 at 1:01

Attachments:

Import Text > Allow fields to be mapped more than once

When importing a text file currently we are limited to mapping a column of data 
to a field in the 
database once.

For example I have a data file with company details.
The database has both billing_company and shipping_company fields.
Should be able to map company field from data file to both fields in database.

Currently if a field has already been mapped you can't use it again.

Original issue reported on code.google.com by [email protected] on 1 Aug 2008 at 7:03

Optional socket field for connections is not optional

What steps will reproduce the problem?
1. Create a new database connection, and specify a port instead of a socket
2. Try connecting to the new database specified

What is the expected output? Should result in a valid connection. 

What do you see instead? Unable to connect to host localhost.
Be sure that the address is correct and that you have the necessary privileges.
MySQL said: Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (2)


What version of the product are you using? On what operating system? 0.9.1. Mac 
OS 10.5.4


Please provide any additional information below.

I'm trying to connect to my MAMP instance of MySQL running on their 
non-standard default port 
of 8889.

Original issue reported on code.google.com by [email protected] on 17 Sep 2008 at 4:15

Rename project

We need to find all instances of CocoaMySQL and replace them with Sequel 
Pro/sequel-
pro/SequelPro.

I've done most of this, but there is still a few more places. I'm using grep 
-irsl to find files which 
contain the CocoaMySQL string. Many of the instances in the current revision 
are binary files, so 
cannot simply be replaced in an editor.

Original issue reported on code.google.com by [email protected] on 5 Apr 2008 at 1:47

Allow specific queries in SQL window to run if selected/highlighted

One thing that the MS Query Explorer had that I loved was the ability to
have many queries in the SQL window, but if one specific query was
highlighted, then only that one query would run (and not try and run
everything in the SQL composing box.

I'll attach a crude drawing to explain a little better.

And thank you so much for picking this up again. Thank you!

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 2:05

Attachments:

mis-alignment when collapsing splitter

What steps will reproduce the problem?
1. Main window, drag the splitter between indexes table and table above all the 
way to the bottom

What is the expected output? What do you see instead?
- The add, remove, duplicate, refresh column buttons are partially hidden below 
the window frame

What version of the product are you using? On what operating system?
- Latest svn revision.

Original issue reported on code.google.com by [email protected] on 25 Apr 2008 at 6:38

Attachments:

Detachable console log

Make the console log detachable from the main window, for example to be placed 
on a secondary 
display.

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 4:08

Connect panel UI overhaul

Add some kind of "favourites" header to the LHS favourites list, it is 
currently unclear what the 
box does, especially when empty.

The SSH section is either broken or was never implemented. If was never 
implemented or 
difficult to fix, just remove it.

Add a single line of text "enter the details of the database", and a help icon 
to take you to a help 
topic with more info.

All changes in the connect window will auto-save to the currently selected 
favourite.

Add a "Custom" favourite to the end of the favourites list, which does not save.

Add +/-/duplicate buttons to the favourites list.

"-" button removes the selected favourite after a confirm alert box.

"+" will add a new empty favourite, unless the "custom" favourite is selected.

duplicate button will duplicate the current favorite

Original issue reported on code.google.com by [email protected] on 15 Apr 2008 at 8:27

[REQ] Add support for Printing

What steps will reproduce the problem?
1. Select a database and table
2. View the table contents
3. Go to File > Print > Preview

What is the expected output? What do you see instead?
I would expect to see a view of the table formated for printing but there
will only be the Table Source list.

What version of the product are you using?
0.9

Original issue reported on code.google.com by [email protected] on 23 Aug 2008 at 1:55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.