Re: {Disarmed} [firebird-support] Re: 2.5.9 - LOCALTIME

2019-08-06 Thread Elmar Haneke el...@haneke.de [firebird-support]
> Database dialect is 1 and changing the column name and the connected > code is not an option either at the moment, unfortunately. It might be an option to modify code and compile for your own. It might be sufficient to modify parse.y by replacing "LOCALTIME" by some different Name that does

Re: [firebird-support] Re: 2.5.9 - LOCALTIME

2019-08-05 Thread DougC d...@moosemail.net [firebird-support]
Try creating a view on the table that includes renaming the column to another name but otherwise includes all other columns in the table and nothing else (no joins, etc). Then reference that view in the connected code instead of referencing the actual table. On Mon, 05 Aug 2019

[firebird-support] Re: 2.5.9 - LOCALTIME

2019-08-05 Thread m-zs...@freemail.hu [firebird-support]
Hi Mark! Database dialect is 1 and changing the column name and the connected code is not an option either at the moment, unfortunately. Thanks for the answer though. Best regards Zsolt