FirebirdSQL / fdb

Firebird Driver for Python
https://www.firebirdsql.org/en/devel-python-driver/
Other
60 stars 26 forks source link

Implicit conversion of input parameters to int and float #6

Closed slay2003 closed 1 year ago

pcisar commented 1 year ago

I can't accept this. First, I don't see the benefit for this implicit conversion. Additionally, it may "help" only for int in place of float and float in place of int, and will fail for other data types. (string are handled specifically). Second, explicit is better than implicit.