On 12/9/06, Phil Longstaff <plongstaff rogers com> wrote:
> I am currently using libgda 1.99.1 and have an issue and a question.
>
> The issue:
>
> GDates are rendered into SQL as 'MM-DD-YYYY'. MySQL doesn't accept this
> format. It wants 'YYYY-MM-DD'. I don't see any way to change this.
Libgda handles dates through the GDate structure to avoid depending on
a specific date format. The SQL rendering is done using GdaDataHandler
objects, which are created by each DBMS provider. In the case of
MySQL, I obviously need to modify that obbject to make the rendering
correct, which I'll do ASAP.