sql-editor (0.17) unstable; urgency=low * update to python policy * update standards * correct man section * quoted menu strings * disable Postgres support (never worked anyway) -- A Mennucc1 Tue, 15 Aug 2006 10:34:31 +0200 sql-editor (0.16) unstable; urgency=low * skip last char when pasting forms into select entries * fast-selection-entries should return NULL and not 0 if unset * convert tab in spaces when pasting forms into entries * convert tab into % when pasting forms into select entries * reset clears all select values * the NMU version did not even start on my box! * unfortunately the upload of this version was lost, reuploading -- A Mennucc1 Sat, 22 Nov 2003 10:13:45 +0100 sql-editor (0.15) unstable; urgency=low * NMU. * Update depends for pygtk transition (closes: #208129). -- Matthias Klose Thu, 25 Sep 2003 20:58:59 +0200 sql-editor (0.14) unstable; urgency=low * values in the classes were not initialized at every instantiation: so , if multiple windows were opened and closed, it was a mess -- A Mennucc1 Fri, 29 May 2003 18:55:35 +0200 sql-editor (0.13) unstable; urgency=low * now it can search into joins ! -- A Mennucc1 Fri, 9 May 2003 18:55:35 +0200 sql-editor (0.12) unstable; urgency=low * bug: it was impossible to insert * changed all print into logs -- A Mennucc1 Mon, 5 May 2003 10:19:12 +0200 sql-editor (0.11) unstable; urgency=low * always use text entries for text (GtkEntries go wild on ctrl chars) * some aesthetix * button to enlarge text entries as a popup window * delete button to delete records * complete rewrite of the logging system * has sounds * forced recompilation of python code (it sometimes failed to upgrade) -- A Mennucc1 Tue, 30 Apr 2003 14:15:51 +0200 sql-editor (0.10) unstable; urgency=low * data ordered by selection query -- A Mennucc1 Wed, 23 Apr 2003 13:14:08 +0200 sql-editor (0.9) unstable; urgency=low * user can choose the selection query -- A Mennucc1 Fri, 21 Mar 2003 16:45:58 +0100 sql-editor (0.8) unstable; urgency=low * paste forms from clipboard -- A Mennucc1 Tue, 4 Mar 2003 13:41:39 +0100 sql-editor (0.7) unstable; urgency=low * transition to gtk2 thanks Sebastien Bacher * form read and write * reads ~/.my.cnf * date and datetime have calendar support * text entries resize automatically * corrected bug: last entry was never editable! -- A Mennucc1 Mon, 24 Feb 2003 13:12:50 +0100 sql-editor (0.6) unstable; urgency=low * calls 'import gtk' only where needed -- Andrea Mennucc Fri, 26 Apr 2002 11:27:35 +0200 sql-editor (0.5) unstable; urgency=low * Dep: mysql | pgsql; if the user tries the one missing, s/he gets an error * 'New' button (which is just 'reset' followed by 'edit') * check some values before using them! -- Andrea Mennucc Thu, 11 Apr 2002 11:46:45 +0200 sql-editor (0.4) unstable; urgency=low * relax dependencies on python-pgsql (closes: #138879) -- Andrea Mennucc Wed, 20 Mar 2002 12:01:27 +0100 sql-editor (0.3) unstable; urgency=low * stupid workaround for "cant update" bug * reformatted description (closes: #135311) -- Andrea Mennucc Wed, 6 Mar 2002 13:07:08 +0100 sql-editor (0.2) unstable; urgency=low * sometimes the call database_connection.cursor() returns None... then we log an error -- Andrea Mennucc Thu, 14 Feb 2002 15:22:31 +0100 sql-editor (0.1) unstable; urgency=low * Initial Release. Known Issues: PostgreSQL support was never (NEVER) tested. There is a problem in my understanding of python db api, or maybe in the api itself; it is unclear how data are formatted by the call cursor.execute("UPDATE table SET date=%s,... WHERE date=% &&..", (x,y) ) how do the dbAPi know that x should be converted to timestamp or to a date, etc etc Sometimes it is impossible to 'update' datetime, time, timestamp... are not very well supported in general I don't know how the program will behave when it encounters sets and blobs text entries let the user enter more data than can actually fit in the database field it is not possible now to edit fields that are PRIMARY ; I don't know what is the right thing to do... should they be editable or not? maybe the answer is not general, but specific to the table -- Andrea Mennucc Tue, 22 Jan 2002 11:50:37 +0100