Jump to content
Tommi Prami

FireBird tool, Coworker doing this, 2.0 just released

Recommended Posts

Firebird Editor Pro. Made with Delphi (for Windows)

2.0 just released. Have had few problems related to third party components, which Author is using. He is pretty fast on developing and if have ideas or feedback, he usually fixes them pretty fast. 

https://www.texteditor.pro/firebird/

Also check out his text editor, which I use along with Delphi to do many jobs that are easier to do with that, than using Delphi IDE.

-Tee-

PS. Not my app, so feedback directly to the author.

  • Like 3

Share this post


Link to post
Guest

I have been waiting for this! Downloading |\-/|\-/|... Thanks for the heads-up!

Share this post


Link to post

Version 2.0.1 (April 13, 2020)

- Fixed BLOB editor
- Fixed SQL editor
- Fixed connections dialog
 

Share this post


Link to post

Version 2.1.0 (April 20, 2020)

- Added completion proposal options
- Added hex editor for byte array fields
- Added package and function objects for Firebird 3+
- Fixed application scaling option
- Fixed completion proposal
- Fixed document
- Fixed grid control
- Fixed SQL editor
- Fixed SQL highlighter

  • Like 2

Share this post


Link to post

Version 2.1.2 (April 21, 2020)

- Fixed connection close
- Fixed grid control
- Fixed UUID fields
- Fixed SQL editor
 

 

Share this post


Link to post

Free Firebird tool for windows : https://www.texteditor.pro/firebird/


Version 3.0.0 (April 26, 2020)

- Added auto commit option for DB objects and SQL editor (default false)
- Added close for DB objects
- Added connection options
- Added database file drag and drop
- Added defaults for connection
- Added image tab for BLOB editor
- Added multi selection for data grids
- Added showing of null field values
- Added table and view default tab options (default Data)
- Fixed BLOB and hex editor opening (double click)
- Fixed document
- Fixed filtering on tree grids
- Fixed grid control
- Fixed scaling
- Fixed showing of UUIDs in view and SQL editor
- Fixed SQL file drag and drop
- Fixed table and view domains
- Fixed table and view source
 

Next version coming soon tough

Share this post


Link to post

Wrong charset on objects description and procedure body (v3.0.0)

SET SQL DIALECT 3;
SET NAMES UTF8;
CREATE DATABASE 'TEST_DESC.FDB' USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE 8192
DEFAULT CHARACTER SET UTF8 COLLATION UTF8;
CREATE TABLE NEW_TABLE (NEW_FIELD  INTEGER);
SET TERM ^ ;
CREATE OR ALTER PROCEDURE NEW_PROCEDURE (IN_PARAM INTEGER)
RETURNS (OUT_PARAM INTEGER) AS
begin
  /* тело процедуры / proc body */
end^
SET TERM ; ^
COMMENT ON TABLE NEW_TABLE IS 'Описание талицы / Desc table';
COMMENT ON PROCEDURE NEW_PROCEDURE IS 'Описание пр. / Desc proc';
COMMENT ON COLUMN NEW_TABLE.NEW_FIELD IS 'Описание поля / Desc field';
COMMENT ON PROCEDURE PARAMETER NEW_PROCEDURE.IN_PARAM IS 'Описание вх. парам. / Desc inp. param';
COMMENT ON PROCEDURE PARAMETER NEW_PROCEDURE.OUT_PARAM IS 'Описание вых. парам. / Desc out. param';

 

TEST_DESC.png

Share this post


Link to post
On 4/27/2020 at 9:11 AM, Dmitry Sh. said:

Wrong charset on objects description and procedure body (v3.0.0)

 

TEST_DESC.png

Report to Author please.

 

-Tee-

Share this post


Link to post

Version 3.1.0 (April 27, 2020)

- Added database drag and drop for connection dialog
- Added database file hint for database tabs
- Fixed check for updates
- Fixed connect dialog position
- Fixed copy paste to Excel
- Fixed database file drag and drop
- Fixed defaults for connection
- Fixed options
- Fixed UUID in SQL editor
 

Share this post


Link to post

Version 4.0.0 (May 3, 2020)

- Added color theme options for SQL editor
- Added license to about box
- Added object comments to source
- Added open the main form when no connections application option (default false)
- Added show comment option for DB objects (default true)
- Added skin options
- Fixed BLOB editor
- Fixed completion proposal
- Fixed connection charsets
- Fixed database closing
- Fixed database info
- Fixed editor encoding to match the connection charset
- Fixed function and procedure source
- Fixed grid control
- Fixed initial directories in open dialogs
- Fixed minimize to system tray
- Fixed scaling
- Fixed SQL editor
- Fixed SQL editor font option
- Fixed text editor control
- Fixed tray icon
- Fixed UI for better skin support
- Updated and fixed AlphaControls v15.06 - http://www.alphaskins.com/
 

Share this post


Link to post

Version 5.0.0 (May 24, 2020)

- Added connection UI options
- Added object quick access bar
- Added show data grid column filter option (default true)
- Added SQL editor options
- Fixed application closing
- Fixed connection creating
- Fixed connection delete
- Fixed document
- Fixed drop object
- Fixed Fluent Night skin
- Fixed grid control for better skin support
- Fixed grid popup skinning
- Fixed replace in SQL editor
- Fixed resizing
- Fixed scaling issues
- Fixed skin dialog
- Fixed SQL editor
- Fixed SQL source
- Fixed UI glitches
- Optimized general performance
- Updated and fixed AlphaControls v15.08 - http://www.alphaskins.com/

Note! This product is always completely FREE for you. See the license.
 

Share this post


Link to post

Why can't I open tables with lowercase names?

For example: Customers

Share this post


Link to post
11 hours ago, miab said:

Why can't I open tables with lowercase names?

For example: Customers

Why not ask the publisher? info@texteditor.pro  I have found him responsive.

Share this post


Link to post

Actually, there is a new version released 5.0.1 which also fixes problem of opening tables with lowercase letters.

Edited by ertank
  • Like 1

Share this post


Link to post

Version 5.1.0 (May 26, 2020)

- Added show double quotation marks around object names in SQL option for DB objects (default false)
- Fixed and optimized AlphaControls
- Fixed check for updates
- Fixed connection closing
- Fixed options
- Fixed SQL formatting
- Fixed startup
 

Share this post


Link to post

Version 5.1.2 (May 31, 2020)

- Fixed about
- Fixed computed fields
- Fixed document
- Fixed navigation between DB objects
- Fixed SQL editor
- Fixed SQL formations
- Fixed table data editing
- Fixed text editor control

Note! This product is always completely FREE for you. See the license.
 

Share this post


Link to post

Version 5.3.0 (June 5, 2020)

- Added connection tabs options
- Added fetch all option into data popup menu
- Fixed BLOB editor
- Fixed check for updates
- Fixed connection dialog
- Fixed grid control
- Fixed options setting
- Fixed SQL editor
- Fixed SQL formations
- Fixed startup

Note! This product is always completely FREE for you. See the license.
 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×