Download List

Project Description

GEQUEL is a GTK/C based frontend for the popular MySQL database engine. It was loosely derived from an old program by the same author (xsqlmenu). It can retrieve data from MySQL databases, present them in nice browsers, and allows for update, delete, insert, search, query, and copy operations.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-17 11:05
1.15

The query routines were fixed for GTK+ 2.0 bu using GtktextView instead of Gtktext. A query button must be used instead of Ctrl-Enter as the latter doesn't work for GtktextView under GTK+ 2. A bug in error reporting when MySQL didn't complete successfully was fixed. Clicking a Tab now executes some actions to update its contents. Previously you had to click a button first.
Tags: Minor feature enhancements

2005-08-19 10:25
1.13

Support for field_type indication in FieldTab was
improved, so Enum, Decimal, Blob, and many others
are now correctly shown. More support for defaults
in InsertRecord window has been provided: the
correct number of decimal zeros is now preset for
Decimal fields and the first Enumerator is set for
Enum fields declared to be NOT NULL. A small
change was made to the default types to support
more MySQL field types (especially numeric data
types).
Tags: Minor feature enhancements

2005-02-09 16:16
1.11

A small bug was fixed with insertion of records
containing integer or float fields, so a zero
value is now automatically set in the empty record
field. An auto refresh button was added. A new
settings menu was added, but currently has only
one option: suppress the confirmation dialogbox
for record modifications. The mainloop is now
exited when clicking the close button supplied by
the window manager.
Tags: Minor feature enhancements

2003-03-19 13:55
1.04

In this version, search, query, and filehandling functionality were added. There was a major cleanup, with large parts of code rewritten to introduce a new TabInfo structure allowing each tab to have its own private information source. This allows for an arbitrary number of tabs in a later stage, without the need for large modifications to the code. Some small bugs were fixed, and recordform now has a textlabel to show extra information.
Tags: Major feature enhancements

2003-03-17 13:03
0.98

This release features a new tabbed browser with separate Clists for Fields, Records, Query, and Search output. A small bug where [SPACE] on a record in the browser caused a seg fault (event == NULL) was fixed. The query window has now been implemented as well as record, query, and log save and load functionality.
Tags: Major feature enhancements

Project Resources