Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Jan 9, 2025
1 parent e7ad188 commit 3d2bc96
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ void inferTheCorrectTypeBasedOnTargetTypeForBinary(String source, String targetT
"127",
"200",
"12345",
"2147483647"
"2147483647",
"1.5",
"1,8"
}
)
// TODO: What about actual decimal numbers?
void inferTheCorrectTypeBasedOnTargetTypeForFloats(String source)
{
assertCompatibleType("F8", source);
Expand Down

0 comments on commit 3d2bc96

Please sign in to comment.