Changelog¶
Version 1.2.2¶
Further code optimizations.
Addressing issues reported by pylint.
Improved documentation.
Version 1.2.1¶
Code optionizations.
New: Documentation is now also provided as Dash / Zeal docset, downloadable from releases at github.
Tests now properly work on Firebird 4.0
schema: Fixed problems with system PSQL functions and system packages.
Version 1.2.0¶
schema:
Sequence
ALTER SQL uses RESTART instead START keyword.schema: Fix index type in
Constraint
andTable
CREATE SQL.schema: Added
insert
SQL forTable
.
trace: Add
TransactionInfo.initial_id
.trace: Add
EventCommitRetaining.new_transaction_id
andEventRollbackRetaining.new_transaction_id
.trace:
EventFreeStatement.transaction_id
andEventCloseCursor.transaction_id
were removed.trace: Added events
EventFunctionStart
andEventFunctionFinish
.- trace:
EventServiceQuery.parameters
was replaced byEventServiceQuery.sent
and
- trace:
trace: Added
EventSweepFinish.access
.trace: Fixed several unregistered bugs in parser.
Version 1.0.1¶
Build scheme changed to
PEP 517
.Various changes to documentation and type hint adjustments.
trace: New
has_statement_free
parsing option indicating that parsed trace containsFREE_STATEMENT
events.trace: Adjustments to seen items cache management.
Version 1.0.0¶
Initial release.