by edavison
Gentry is the civilized way to enter data into a MySQL database.I wrote this progam as I was tired of typing "insert into table values (..." statements over and over and also wanted a chance to learn GTK.This program will connect to a database and tab
A new release of Gentry has just been released which adds support for datetime, timestamp, year and float data/column types. More development to come in the near future.
Added support for the following data/column types: # datetime # timestamp # float # year
This version now has autoconf/automake support to automatically detect the correct location/libraries for mysql.
Added autoconf/automake code to dynamically look for and configure Mysql libs and headers.
A new version has just been released. This one fixed a bug with the auto_increment primary key field in that if gentry was run against a table with no rows, it would segfault. This has been fixed.
Version 0.1.9 Added code to deal with empty table that has a auto_increment primary key. The problem circumvents this case as it was causing segfault when trying to get the max(id) from the table (which had 1 row with a NULL value).
I have just put together another release (yes, I know it has been too long since the last one) that adds: 1. support for the time datatype of Mysql. I was informed of this lack from a user that took the time to send feedback (Thanks! and nudge, nudge, ...
I have uploaded a .tar.gz file that has diffs to add the time datatype to gentry-0.1.7 while I am working on getting a new release together.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use