MyQuery 2.3 Beta available for download

MyQuery 2.3 Beta available for download

am 05.10.2008 18:26:32 von Anders Karlsson

Sorry for crossposting, but I think this is relevant both th general
MySQL and specifically to Win32 users.

MyQuery 2.3 has a lot of new features, a few bugfixes and some other
niceties:
* Output and sparse_output commands - The commands will output selected
data to a file. The latter is a way to output ONLY what you select, no
column headers, no summaries, ni fillers etc. only the data. This is
useful when using the next new feature.
* Source commands - This is a means of running another script from
inside a script.
* A better, more structured settings dialog using tabs.
* Better handling of locked results, and a means of "auto-locking"
results, so that where there are more than on result, these will show up
in multiple tabs.
* Lock / unlock of result tabs using right-click on the tabs.
* Fixed a bug in the login dialog that caused the database list to work
if there was an initial, unsuccessful attempt to connect.

Dowload from https://sourceforge.net/projects/myquery/

Using the SPARSE_OUTPUT_FILE and SOURCE commands to write SQL that in
turn generates SQL and then ruun this is a powerful feature. This
particular feature is though rather complex to implement, more so than
one might think, so input in this area is highly valued.

/Karlsson

--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
/_/ /_/\_, /___/\___\_\___/ Stockholm
<___/ www.mysql.com Cellphone: +46 708 608121
Skype: drdatabase



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org

Re: MyQuery 2.3 Beta available for download

am 24.10.2008 08:42:25 von yueliangdao0608

------=_Part_5785_2260532.1224830545275
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

It's very nice!
But it's too simple.

On Mon, Oct 6, 2008 at 12:26 AM, Anders Karlsson wrote:

> Sorry for crossposting, but I think this is relevant both th general MySQL
> and specifically to Win32 users.
>
> MyQuery 2.3 has a lot of new features, a few bugfixes and some other
> niceties:
> * Output and sparse_output commands - The commands will output selected
> data to a file. The latter is a way to output ONLY what you select, no
> column headers, no summaries, ni fillers etc. only the data. This is useful
> when using the next new feature.
> * Source commands - This is a means of running another script from inside a
> script.
> * A better, more structured settings dialog using tabs.
> * Better handling of locked results, and a means of "auto-locking" results,
> so that where there are more than on result, these will show up in multiple
> tabs.
> * Lock / unlock of result tabs using right-click on the tabs.
> * Fixed a bug in the login dialog that caused the database list to work if
> there was an initial, unsuccessful attempt to connect.
>
> Dowload from https://sourceforge.net/projects/myquery/
>
> Using the SPARSE_OUTPUT_FILE and SOURCE commands to write SQL that in turn
> generates SQL and then ruun this is a powerful feature. This particular
> feature is though rather complex to implement, more so than one might think,
> so input in this area is highly valued.
>
> /Karlsson
>
> --
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
> /_/ /_/\_, /___/\___\_\___/ Stockholm
> <___/ www.mysql.com Cellphone: +46 708 608121
> Skype: drdatabase
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?unsub=yueliangdao0608@gmail.com
>
>


--
I'm a MySQL DBA in china.
More about me just visit here:
http://yueliangdao0608.cublog.cn

------=_Part_5785_2260532.1224830545275--

Re: MyQuery 2.3 Beta available for download

am 24.10.2008 08:42:25 von yueliangdao0608

------=_Part_5785_2260532.1224830545275
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

It's very nice!
But it's too simple.

On Mon, Oct 6, 2008 at 12:26 AM, Anders Karlsson wrote:

> Sorry for crossposting, but I think this is relevant both th general MySQL
> and specifically to Win32 users.
>
> MyQuery 2.3 has a lot of new features, a few bugfixes and some other
> niceties:
> * Output and sparse_output commands - The commands will output selected
> data to a file. The latter is a way to output ONLY what you select, no
> column headers, no summaries, ni fillers etc. only the data. This is useful
> when using the next new feature.
> * Source commands - This is a means of running another script from inside a
> script.
> * A better, more structured settings dialog using tabs.
> * Better handling of locked results, and a means of "auto-locking" results,
> so that where there are more than on result, these will show up in multiple
> tabs.
> * Lock / unlock of result tabs using right-click on the tabs.
> * Fixed a bug in the login dialog that caused the database list to work if
> there was an initial, unsuccessful attempt to connect.
>
> Dowload from https://sourceforge.net/projects/myquery/
>
> Using the SPARSE_OUTPUT_FILE and SOURCE commands to write SQL that in turn
> generates SQL and then ruun this is a powerful feature. This particular
> feature is though rather complex to implement, more so than one might think,
> so input in this area is highly valued.
>
> /Karlsson
>
> --
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
> /_/ /_/\_, /___/\___\_\___/ Stockholm
> <___/ www.mysql.com Cellphone: +46 708 608121
> Skype: drdatabase
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?unsub=yueliangdao0608@gmail.com
>
>


--
I'm a MySQL DBA in china.
More about me just visit here:
http://yueliangdao0608.cublog.cn

------=_Part_5785_2260532.1224830545275--

Re: MyQuery 2.3 Beta available for download

am 06.11.2008 19:36:53 von Anders Karlsson

OK. Let me have some input on what you think should be implemented, and
I'll look at it. I am working on version 2.4 right now, and I'll add a
few things there, but I am now at a stage where I want some input.
What is planned is this (not bnecessarily in 2.4 though):
* More advanced data view, i.e. the dialog that pops up when yo click on
a selected field.
- Hex view of data.
- Opening data with the predefined program after selecting atype, i.e.
select JPG and open BLOB in a image editing program.
* Reconnect
* Multiple saved connections.
* Auto reconnect (this is already done for 2.4), slightly different than
what the MySQL API itself provides.
* Some admin functions, such as users, grants etc. This I have to think
about.
* More information functions.
* Session variables handling, somehow.
* Printing SQL text support, with syntax highlights.
* Printing of data.
* Export of data (To a spreadsheet for example).
* More output command options.
etc.

/Karlsson
Moon's Father wrote:
> It's very nice!
> But it's too simple.
>
> On Mon, Oct 6, 2008 at 12:26 AM, Anders Karlsson wrote:
>
>
>> Sorry for crossposting, but I think this is relevant both th general MySQL
>> and specifically to Win32 users.
>>
>> MyQuery 2.3 has a lot of new features, a few bugfixes and some other
>> niceties:
>> * Output and sparse_output commands - The commands will output selected
>> data to a file. The latter is a way to output ONLY what you select, no
>> column headers, no summaries, ni fillers etc. only the data. This is useful
>> when using the next new feature.
>> * Source commands - This is a means of running another script from inside a
>> script.
>> * A better, more structured settings dialog using tabs.
>> * Better handling of locked results, and a means of "auto-locking" results,
>> so that where there are more than on result, these will show up in multiple
>> tabs.
>> * Lock / unlock of result tabs using right-click on the tabs.
>> * Fixed a bug in the login dialog that caused the database list to work if
>> there was an initial, unsuccessful attempt to connect.
>>
>> Dowload from https://sourceforge.net/projects/myquery/
>>
>> Using the SPARSE_OUTPUT_FILE and SOURCE commands to write SQL that in turn
>> generates SQL and then ruun this is a powerful feature. This particular
>> feature is though rather complex to implement, more so than one might think,
>> so input in this area is highly valued.
>>
>> /Karlsson
>>
>> --
>> __ ___ ___ ____ __
>> / |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
>> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
>> /_/ /_/\_, /___/\___\_\___/ Stockholm
>> <___/ www.mysql.com Cellphone: +46 708 608121
>> Skype: drdatabase
>>
>>
>>
>> --
>> MySQL General Mailing List
>> For list archives: http://lists.mysql.com/mysql
>> To unsubscribe:
>> http://lists.mysql.com/mysql?unsub=yueliangdao0608@gmail.com
>>
>>
>>
>
>
>

--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
/_/ /_/\_, /___/\___\_\___/ Stockholm
<___/ www.mysql.com Cellphone: +46 708 608121
Skype: drdatabase



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org

Re: MyQuery 2.3 Beta available for download

am 06.11.2008 19:36:53 von Anders Karlsson

OK. Let me have some input on what you think should be implemented, and
I'll look at it. I am working on version 2.4 right now, and I'll add a
few things there, but I am now at a stage where I want some input.
What is planned is this (not bnecessarily in 2.4 though):
* More advanced data view, i.e. the dialog that pops up when yo click on
a selected field.
- Hex view of data.
- Opening data with the predefined program after selecting atype, i.e.
select JPG and open BLOB in a image editing program.
* Reconnect
* Multiple saved connections.
* Auto reconnect (this is already done for 2.4), slightly different than
what the MySQL API itself provides.
* Some admin functions, such as users, grants etc. This I have to think
about.
* More information functions.
* Session variables handling, somehow.
* Printing SQL text support, with syntax highlights.
* Printing of data.
* Export of data (To a spreadsheet for example).
* More output command options.
etc.

/Karlsson
Moon's Father wrote:
> It's very nice!
> But it's too simple.
>
> On Mon, Oct 6, 2008 at 12:26 AM, Anders Karlsson wrote:
>
>
>> Sorry for crossposting, but I think this is relevant both th general MySQL
>> and specifically to Win32 users.
>>
>> MyQuery 2.3 has a lot of new features, a few bugfixes and some other
>> niceties:
>> * Output and sparse_output commands - The commands will output selected
>> data to a file. The latter is a way to output ONLY what you select, no
>> column headers, no summaries, ni fillers etc. only the data. This is useful
>> when using the next new feature.
>> * Source commands - This is a means of running another script from inside a
>> script.
>> * A better, more structured settings dialog using tabs.
>> * Better handling of locked results, and a means of "auto-locking" results,
>> so that where there are more than on result, these will show up in multiple
>> tabs.
>> * Lock / unlock of result tabs using right-click on the tabs.
>> * Fixed a bug in the login dialog that caused the database list to work if
>> there was an initial, unsuccessful attempt to connect.
>>
>> Dowload from https://sourceforge.net/projects/myquery/
>>
>> Using the SPARSE_OUTPUT_FILE and SOURCE commands to write SQL that in turn
>> generates SQL and then ruun this is a powerful feature. This particular
>> feature is though rather complex to implement, more so than one might think,
>> so input in this area is highly valued.
>>
>> /Karlsson
>>
>> --
>> __ ___ ___ ____ __
>> / |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
>> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
>> /_/ /_/\_, /___/\___\_\___/ Stockholm
>> <___/ www.mysql.com Cellphone: +46 708 608121
>> Skype: drdatabase
>>
>>
>>
>> --
>> MySQL General Mailing List
>> For list archives: http://lists.mysql.com/mysql
>> To unsubscribe:
>> http://lists.mysql.com/mysql?unsub=yueliangdao0608@gmail.com
>>
>>
>>
>
>
>

--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Anders Karlsson (anders@mysql.com)
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Sales Engineer
/_/ /_/\_, /___/\___\_\___/ Stockholm
<___/ www.mysql.com Cellphone: +46 708 608121
Skype: drdatabase



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org