Firebird 5.0.0 RC1
Pre-release
Pre-release
github-actions
released this
22 Sep 07:08
·
855 commits
to master
since this release
New features and improvements
- Use ParallelWorkers setting from firebird.conf as default for all parallelised operations (#7682)
- Make Android port (client / embedded) work inside apps (#7469)
- Add support for
QUARTER
toEXTRACT
,FIRST_DAY
andLAST_DAY
(#5959) - Better processing and optimization if
IN <list>
predicates (#7707) - Make trace config parser resolve symlinks in database file path in trace configuration (#7692)
- Getting the current
DECFLOAT ROUND/TRAPS
settings (#7642) - Allow nested parenthesized joined table (#7576)
- Optimize creation of expression and partial indices (#7559)
- Add ability to query current value of parallel workers for an attachment (#7536)
- Add COMPILE trace events for procedures/functions/triggers (#7466)
- Add REPLICA MODE to the output of the isql
SHOW DATABASE
command (#7425) - Surface internal optimization modes (all rows vs first rows) at the SQL and configuration levels (#7405)
- Make ability to add comment to mapping (
COMMENT ON MAPPING ... IS ...
) (#7046)
More details can be found in the CHANGELOG.