mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

Chage Data Grid Timestamp format for Fb4 compatibility #178

Open arvanus opened 3 years ago

arvanus commented 3 years ago

The current format of timestamp is D.N.Y, H:M:S.T, but for Fb4 this format returns a exception in execution, so I'll remove the comma from the default format, new format: D.N.Y, H:M:S.T. @mariuz any problem with it? Read: https://sourceforge.net/p/firebird/mailman/firebird-devel/thread/24531455f1eba9738ec86f9de6c373be@lawinegevaar.nl/ Thanks

luronumen commented 3 years ago

My sugesttion is use yyyy-MM-dd HH:mm:ss.t for timestamp format.

Best Regards, Luciano

arvanus commented 3 years ago

My concern is not to change a lot from the current format, because of this I suggest just to remove the comma

luronumen commented 3 years ago

You're right @arvanus ! In my opinion, we should focus first on full support for Firebird 3 and then think about support for Firebird 4.

Best Regards, Luciano

Jdochoa commented 3 years ago

You're right @arvanus ! In my opinion, we should focus first on full support for Firebird 3 and then think about support for Firebird 4.

Best Regards, Luciano I agree