Hi Some work are being done within Flamerobin project https://github.com/mariuz/flamerobin/tree/master/src/ibpp FB3.0 and 4.0 data types are mostly implemented
Can you please inform a test to this problem? I'm working in the Flamerobin project and would like to keep IBPP updated there
Please, close ticket
(Hi, I just came here because I'm thinking to migrate do Zeos) Are Zeos compatible with the new Fb4 datatypes? if not, I think that you need to edit firebird.conf: DataTypeCompatibility = 3.0 To keep compatibility with old connection components
Add option to hide system objects. Per database or globally. fix #146
Fix linux build, removing unused constants
Reverted changes to StartStyling calls #111
Fix #142
Update fr_whatsnew.html
update readme
Update statement.cpp
Fix Linux build
New configurations at View->Preferences menu
Update metadataitem.cpp
update whatsnew
Add initial support for parameters in query.
Fix #31, wrong history's left panel size
Fix at sorting popup members.
Fix change description for views
In the "Dependencies" tab for tables,
Fix typo
Unescape XML/HTML characters on separator Template Handler
Set Nullability on FB3
Update WhatsNew
Merge branch 'fix_bottom_search_hang_46'
Fix nullability for Fb3
Quote table and field comment when necessary
Fix #50
Revert "Fix/preventing bug#269 (Long procedure or function hangs flamerobin)"
Hide Fb3 SEC$DOMAINs
Adjusts Unable to alter Database On Connect Trigger
refs #50
Fix #46, but the ideal solution was to load all the necessary database metadata to work properly
Merge branch 'change_comment_fb3'
Revert "Merge branch 'master' of https://github.com/arvanus/flamerobin"
Uses new method to change comment in database objects
Merge branch 'change_Nullability_fb3' into change_comment_fb3
Merge branch 'master' of https://github.com/arvanus/flamerobin
Fix #49
fix typo
Error in debug mode: "Expression: string iterators incompatible
Merge branch 'master' into new_feature_#69
Merge branch 'bug_fixes_#53_#66'
Merge branch 'master' into new_feature_#69
Change deprecated icon "Question" at dropping database dialog
Improves new dependency tab
Basic octets support
Merge branch 'master' into new_feature_#69
Improve new ":parameters" support
Fix assert error in debug
Merge branch 'master' into new_feature_#69
Merge branch 'master' of https://github.com/arvanus/flamerobin
Merge branch 'master' into new_feature_#69
Fix CI build
Merge branch 'new_feature_#69' of https://github.com/arvanus/flamerobin into new_feature_#69
Merge branch 'master' into new_feature_#69
Update whatsnew
Increased buffer size for plan
Adjusts pointer reference to use hex instead of decimal
Merge branch 'master' into new_feature_#69
Merge branch 'new_feature_#69'
Merge branch 'master' into new_feature_#69
Fix #133 at Statement::FindParamsByName
Ref #99 for 64-bit build
fix wxWidget 3.1.4 compatibility #119
Unfortunatlly it wont compile nor work properlly, because some big changes from Delphi :\ I would suggest IBObject to replace MDO
Hi, this behavior occours even in other tools like IBExpert I can see 2 possible fixes for this: removing #13#10 in the grid, or resizing row heigth hopping to be all right, but both ways you'll end with a strange look (I think)
Hi, can you verify if the trigger size is bigger than 8K chars? Thanks
Hi, I'm trying to do some minor changes into void chat_room::deliver(const chat_message &msg) function, at the chat_server example code from boost examples. At first I'm trying to change this line //original code, works fine typedef boost::shared_ptr<chat_participant> chat_participant_ptr; std::set<chat_participant_ptr> participants_; ... ... void chat_room::deliver(const chat_message &msg) { std::for_each(participants_.begin(), participants_.end(), **boost::bind(&chat_participant::deliver, _1, boost::ref(msg))**...
Add suport for parameters into the Execute SQL Statements editor
Bind Parameters by name