|
From: Simonov D. <no...@gi...> - 2025-12-10 11:25:11
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: ddc44028c90dd6d5b68b0abcd71dbadbfad4d1ff https://github.com/FirebirdSQL/firebird/commit/ddc44028c90dd6d5b68b0abcd71dbadbfad4d1ff Author: Simonov Denis <sim...@li...> Date: 2025-12-10 (Wed, 10 Dec 2025) Changed paths: M src/jrd/recsrc/RecordSource.h M src/jrd/recsrc/TableValueFunctionScan.cpp Log Message: ----------- Fixes a loop in the GENERATE_SERIES function on boundary values. (#8812) * Fixes a loop in the GENERATE_SERIES function on boundary values. * Correction according to dyemanov * A more complete solution for taking into account boundary values * Refactoring calculation with different types. ArithmeticNode::add is now used as agreed upon by @asfernandes. * Fixed non-ASCII character in variable name * Adjusting indents To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |