RequirementIntent
Decimal type support
Decimal type support contributes to fixing SQL syntax errors by enabling proper support for decimal types in queries. Commit 507c94b adds Decimal type support by importing Decimal from the decimal module and updating the numeric column detection logic.