9 Commits

Author SHA1 Message Date
2b873d94cb Fix compiler error, broken in previous commit 2009-01-02 14:41:13 +00:00
886094d848 Update function hints with newer descriptions, fetched from the mysql documentation. 2009-01-02 14:36:20 +00:00
3ab4029776 MEDIUMTEXT is wider than TEXT so list it last. 2008-09-01 22:01:22 +00:00
6daf4b3f76 Fix most remaining Unicode unsafe GUI controls. 2008-08-25 20:24:00 +00:00
dedc3d92b1 Fix fieldeditor and neighbours for Unicode table- and columnnames 2008-08-19 22:48:05 +00:00
777061c1ac Adapt a slightly more natural group ordering, and at the same time show which of the types (now cropping up at the start of the list) are nonstandard and are probably best avoided.
(Except for the über-performance freaks that gives a shit, see also:
http://www.mysqlperformanceblog.com/2008/01/24/enum-fields-vs-varchar-vs-int-joined-table-what-is-faster)
2008-06-23 16:15:09 +00:00
eb94d80223 * Add definition of column type 'groups' to mysql_structures.
* Enhance the TComboBox used in fieldeditor to support option groups via owner drawing.
 * Add some ridiculously dumb functions to translate between the dropdown's index and (non-group) item index.
 * Accomplishes rfe #577.
2008-06-23 15:39:36 +00:00
a6a53de8b1 Fix bug #1872643 "Interface: UNSUPPORTED default value for GEOMETRY field"
Error message: <spatial data type> can't have a default value.
Solution:  I tried every type of this family data type and found that they needs the flag HasDefault as False.
2008-01-23 21:22:00 +00:00
f085be1ca8 Rename mysql.pas and it's helper file installer_function_list_generator.php so their purpose is more clearer to newbies. 2007-10-23 18:49:14 +00:00