[Lazarus] [PATCH/RFC] DBGrid: allow editing of lookup columns via picklist

Joost van der Sluis joost at cnoc.nl
Mon Oct 13 17:55:05 CEST 2008


Op zaterdag 11-10-2008 om 22:48 uur [tijdzone +1100], schreef Alexander
Klenin:

> Regardless of acceptance of this patch, I would like to know current policy:
> If I want to add a feature/fix a bug which requires a change to FPC/FCL,
> how do I proceed? What kinds of workarounds are acceptable?

Submit the necessary patches to fpc first. If those are comitted into
trunk, you can post patches for Lazarus, using {$IFNDEF FPC_2_2_2} (or
equivalent) so that it will only work when Lazarus is compiled with a
newer fpc-version.

If there is a hack available which is really needed, you could also
place that code in an ifdef-block so that it is excluded for newer
fpc-versions. But then it must be really important, or the patch will be
rejected.

Joost. 




More information about the Lazarus mailing list