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
216 stars 67 forks source link

Fatal error when trying to edit a time field of a record #398

Closed luronumen closed 3 weeks ago

luronumen commented 3 weeks ago

Actual Result

FatalError

Expected Result

Steps to Reproduce The Issue

  1. Right-click on a table that contains a Time field and select the Browser Data option;
  2. On the data screen, edit the time field of a record and press enter: Fatal error occurs!

Environment Setup

arvanus commented 3 weeks ago

Related with https://github.com/mariuz/flamerobin/pull/362

arvanus commented 3 weeks ago

please, try latest build. Download from here: https://github.com/mariuz/flamerobin/actions/runs/11543674818 if it works, I'll release another snapshot today

luronumen commented 3 weeks ago

This issue is no longer reproducible on https://github.com/mariuz/flamerobin/actions/runs/11543674818 Thank you very much for the fix @arvanus