IBExpert full changelog
IBExpert 2024.12.04
released Dec 5, 2024 (New Release)
Minor bugfixes and small improvements
Event blocks:
"Before start trace session" event block implemented.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for an example. Also see description of new "Quick start trace session" feature below.
Code editors:
Support for multilevels in User actions submenu.
See BlocksTemplatesEventBlocksCodeEditorUserActions.ibeblock for a working example.
Database Comparer:
Fixed the problem with missing stored functions and packages while comparing Firebird 5 databases.
Quick start trace session feature implemented:
This feature is intended to start a trace session for an active connection with a single click.
Default trace config is provided by IBExpert and can be modified in the "Before start trace session" event block which is fired when quick start or regular start (Services | Trace and Audit | Start new trace session) is performed.
There are several other properties of trace session and trace form which can be customized in the "Before start trace session" event block.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for complete example. To quick start a trace session, use the corresponding button on the main form tool button. Alternatively it can be done using the [Ctrl] + [Shift] + [T] shortcut.
IBEBlock:
ibec_psql_PreprocessPSQL function implemented.
It inserts some placeholders in the form of single line comments into a provided PSQL source (procedures, functions, triggers and package routines) which can be later replaced with additional debug statements (INSERT into a log table etc.). For a complete example see BlocksDefaultBlocksPSQL.PrepareForDebug.ibeblock.
There is also a working implementation of calling this block from BlocksTemplatesEventBlocks CodeEditorUserActions.ibeblock which performs the preparation of the PSQL source for debugging and removes debug statements and comments from the PSQL source when they are no longer needed.
Event blocks:
"Before start trace session" event block implemented.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for an example. Also see description of new "Quick start trace session" feature below.
Code editors:
Support for multilevels in User actions submenu.
See BlocksTemplatesEventBlocksCodeEditorUserActions.ibeblock for a working example.
Database Comparer:
Fixed the problem with missing stored functions and packages while comparing Firebird 5 databases.
Quick start trace session feature implemented:
This feature is intended to start a trace session for an active connection with a single click.
Default trace config is provided by IBExpert and can be modified in the "Before start trace session" event block which is fired when quick start or regular start (Services | Trace and Audit | Start new trace session) is performed.
There are several other properties of trace session and trace form which can be customized in the "Before start trace session" event block.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for complete example. To quick start a trace session, use the corresponding button on the main form tool button. Alternatively it can be done using the [Ctrl] + [Shift] + [T] shortcut.
IBEBlock:
ibec_psql_PreprocessPSQL function implemented.
It inserts some placeholders in the form of single line comments into a provided PSQL source (procedures, functions, triggers and package routines) which can be later replaced with additional debug statements (INSERT into a log table etc.). For a complete example see BlocksDefaultBlocksPSQL.PrepareForDebug.ibeblock.
There is also a working implementation of calling this block from BlocksTemplatesEventBlocks CodeEditorUserActions.ibeblock which performs the preparation of the PSQL source for debugging and removes debug statements and comments from the PSQL source when they are no longer needed.
IBExpert 2024.12.1
released Dec 2, 2024 (New Release)
Minor bugfixes and small improvements
Event blocks:
"Before start trace session" event block implemented.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for an example. Also see description of new "Quick start trace session" feature below.
Code editors:
Support for multilevels in User actions submenu.
See BlocksTemplatesEventBlocksCodeEditorUserActions.ibeblock for a working example.
Database Comparer:
Fixed the problem with missing stored functions and packages while comparing Firebird 5 databases.
Quick start trace session feature implemented:
This feature is intended to start a trace session for an active connection with a single click.
Default trace config is provided by IBExpert and can be modified in the "Before start trace session" event block which is fired when quick start or regular start (Services | Trace and Audit | Start new trace session) is performed.
There are several other properties of trace session and trace form which can be customized in the "Before start trace session" event block.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for complete example. To quick start a trace session, use the corresponding button on the main form tool button. Alternatively it can be done using the [Ctrl] + [Shift] + [T] shortcut.
IBEBlock:
ibec_psql_PreprocessPSQL function implemented.
It inserts some placeholders in the form of single line comments into a provided PSQL source (procedures, functions, triggers and package routines) which can be later replaced with additional debug statements (INSERT into a log table etc.). For a complete example see BlocksDefaultBlocksPSQL.PrepareForDebug.ibeblock.
There is also a working implementation of calling this block from BlocksTemplatesEventBlocks CodeEditorUserActions.ibeblock which performs the preparation of the PSQL source for debugging and removes debug statements and comments from the PSQL source when they are no longer needed.
Event blocks:
"Before start trace session" event block implemented.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for an example. Also see description of new "Quick start trace session" feature below.
Code editors:
Support for multilevels in User actions submenu.
See BlocksTemplatesEventBlocksCodeEditorUserActions.ibeblock for a working example.
Database Comparer:
Fixed the problem with missing stored functions and packages while comparing Firebird 5 databases.
Quick start trace session feature implemented:
This feature is intended to start a trace session for an active connection with a single click.
Default trace config is provided by IBExpert and can be modified in the "Before start trace session" event block which is fired when quick start or regular start (Services | Trace and Audit | Start new trace session) is performed.
There are several other properties of trace session and trace form which can be customized in the "Before start trace session" event block.
See BlocksTemplatesEventBlocksTAS.BeforeStartTraceSession.ibeblock for complete example. To quick start a trace session, use the corresponding button on the main form tool button. Alternatively it can be done using the [Ctrl] + [Shift] + [T] shortcut.
IBEBlock:
ibec_psql_PreprocessPSQL function implemented.
It inserts some placeholders in the form of single line comments into a provided PSQL source (procedures, functions, triggers and package routines) which can be later replaced with additional debug statements (INSERT into a log table etc.). For a complete example see BlocksDefaultBlocksPSQL.PrepareForDebug.ibeblock.
There is also a working implementation of calling this block from BlocksTemplatesEventBlocks CodeEditorUserActions.ibeblock which performs the preparation of the PSQL source for debugging and removes debug statements and comments from the PSQL source when they are no longer needed.
IBExpert 2024.10.08
released Oct 9, 2024 (New Release)
PSQL parser; Database Comparer:
Improved parsing of parenthesized SELECT's (Firebird 5)
Script Executive:
Support for parenthesized SELECT's added (Firebird 5)
PSQL Debugger:
Implemented debugging of PSQL objects that contain subroutines that read/writes variables defined at the main level (Firebird 5)
Minor bugfixes and small improvements
Improved parsing of parenthesized SELECT's (Firebird 5)
Script Executive:
Support for parenthesized SELECT's added (Firebird 5)
PSQL Debugger:
Implemented debugging of PSQL objects that contain subroutines that read/writes variables defined at the main level (Firebird 5)
Minor bugfixes and small improvements
IBExpert 2024.08.21
released Aug 22, 2024 (New Release)
PSQL parser; Database Comparer:
Improved parsing of parenthesized SELECT's (Firebird 5)
Script Executive:
Support for parenthesized SELECT's added (Firebird 5)
PSQL Debugger:
Implemented debugging of PSQL objects that contain subroutines that read/writes variables defined at the main level (Firebird 5)
Minor bugfixes and small improvements
Improved parsing of parenthesized SELECT's (Firebird 5)
Script Executive:
Support for parenthesized SELECT's added (Firebird 5)
PSQL Debugger:
Implemented debugging of PSQL objects that contain subroutines that read/writes variables defined at the main level (Firebird 5)
Minor bugfixes and small improvements
IBExpert 2024.07.10
released Jul 12, 2024 (New Release)
Database Registration:
"Show server version mismatch warning" option added (Additional tab).
If this option is ON (default) IBExpert will compare the specified and the actual version of the database and warn in case of a mismatch with a choice of possible actions.
<li class="bbli">PSQL Debugger:
Support for time zones implemented (Firebird 4, 5).
<li class="bbli">Data Grids:
The possibility to dump blobs to file without preloading them into the IBExpert GUI has been implemented; it is available from the grid context menu.
Fixed the issue with incorrect representation of RDB$DB_KEY for tables with >2G records.
<li class="bbli">Code Completion:
Fixed the incorrect behaviour when selecting/unselecting items in the list using the mouse.
<li class="bbli">Database Inside:
Support for Firebird 5 databases.
<li class="bbli">SQL Editor, Statements History List:
Added counters for page operations.
<li class="bbli">Database Comparer:
Support for parenthesized SELECTs (Firebird 5) implemented.
Other minor bugfixes and small improvements
"Show server version mismatch warning" option added (Additional tab).
If this option is ON (default) IBExpert will compare the specified and the actual version of the database and warn in case of a mismatch with a choice of possible actions.
<li class="bbli">PSQL Debugger:
Support for time zones implemented (Firebird 4, 5).
<li class="bbli">Data Grids:
The possibility to dump blobs to file without preloading them into the IBExpert GUI has been implemented; it is available from the grid context menu.
Fixed the issue with incorrect representation of RDB$DB_KEY for tables with >2G records.
<li class="bbli">Code Completion:
Fixed the incorrect behaviour when selecting/unselecting items in the list using the mouse.
<li class="bbli">Database Inside:
Support for Firebird 5 databases.
<li class="bbli">SQL Editor, Statements History List:
Added counters for page operations.
<li class="bbli">Database Comparer:
Support for parenthesized SELECTs (Firebird 5) implemented.
Other minor bugfixes and small improvements
IBExpert 2024.04.07
released Apr 7, 2024 (New Release)
IBExpert 2023.11.22
released Nov 22, 2023 (New Release)
IBExpert 2023.10.27
released Oct 27, 2023 (New Release)
IBExpert 2023.09.13
released Sep 18, 2023 (New Release)
IBExpert 2023.04.14
released Apr 14, 2023 (New Release)
IBExpert for Windows 7 - free download notice
Windows 7 Download periodically updates software information of IBExpert from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Ripper Pro
50% Off -
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX MediaTrans
63% Off -
MacX DVD Video Converter
58% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Navicat Lite for Oracle 17.1.12
- dbForge SQL Complete Standard 7.0.210
- FlameRobin 0.9.3 Snapshot
- PostgreSQL 17.0
- Ant Access Viewer 1.1.3
- ASPRunner Professional 10.91 Build 41974
- Aqua Data Studio x64 24.0.0
- MDB Viewer Plus 2.63
- MemberTies 5.2.2
- Medix Doctor 2.2
- DBF to DBF Converter 2.35
- FileMaker Pro 14.0v1
Popular Tags
access
converter
software
sql
translation memories
conversion
ems
database
convert
table
export
import
mssql
sql server
odbc
data
migrate
development
tool
user-friendly
utility
dbf
mysql
primary
gui
excel
dictionary
query
server
oracle
Popular Windows 7 Software
- Microsoft Office 2007
- Ultra Hal Text-to-Speech Reader 1.0.5
- Microsoft Office 2003
- IBExpert 2024.12.04
- Card Maker Software For Windows OS 8.2.0.2
- LibreOffice 24.8.4.2 Latest
- Retail Barcoding & Labeling Application 9.2.3.2
- PDF-XChange Lite 10.2.1.385
- LibreOffice x64 24.2.4
- Retail Logistics Barcode Maker Software 9.2.3.1
- EMF Printer Driver 17.76 Revision 3239
- Portable RightNote 6.5.2
- Barcode Printing Software 7.0.1.5
- Shop-Data Transfer 1.0.142
- Custom Labels & Stickers Printing Tool 8.2.2.3
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.