Dmitry Yemanov
unread,Oct 17, 2025, 4:57:59 AM (22 hours ago) Oct 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebir...@googlegroups.com
All,
We currently have 14K+ lines in DdlNodes.epp and ExprNodes.epp. Do we
plan to keep the node classes grouped this way or may consider switching
to class-per-file layout (e.g. dsql/ddl/*, dsql/expr/*, etc)? I don't
speak about changing it completely right now, just what should be
preferred for the new features.
For example, the tablespaces branch already has TablespaceNodes.epp and
I need to know whether it should be moved to the existing DdlNodes heap
or may become a start for the new nodes layout.
Dmitry