<b>6.0.0.2052</b>
Artyom Abakumov 2026.07.03 14:34:21
Add package constant type to metacache (#9069)
* Use cached descriptor of package constant type
* Fix typos
* Better check for constant existence when parsing PackageReferenceNode
* Always use handmade stmt and request to make constant value
* Revert "Always use handmade stmt and request to make constant value"
This reverts commit 80ab0e5d35f74fec2ec4cbe0caea4f5aae7860e6.
* Apply suggestions for Pacakge Constant improvements from code review
Co-authored-by: Dmitry Yemanov <dyemanov@users.noreply.github.com>
* Omit check for package constant type pointer  and exclude unused argument form `constantExists`
* Apply suggestions from code review
Co-authored-by: Dmitry Yemanov <dyemanov@users.noreply.github.com>
---------
Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
Co-authored-by: Dmitry Yemanov <dyemanov@users.noreply.github.com>

Changed paths:
  M src/dsql/DdlNodes.epp
  M src/dsql/ExprNodes.cpp
  M src/dsql/PackageNodes.epp
  M src/dsql/PackageNodes.h
  M src/jrd/Package.epp
  M src/jrd/Package.h
  M src/jrd/met.epp