microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
121 stars 40 forks source link

Additional Binary Function bitmask values #6

Open mikepizzo opened 8 years ago

mikepizzo commented 8 years ago

Should the new SQL_BINARY_FUNCTIONS SqlGetInfo information type support the following: SQL_FN_BIN_LEFT, SQL_FN_BIN_LOCATE, SQL_FN_BIN_REPEAT, SQL_FN_BIN_REPLACE, SQL_FN_BIN_RIGHT?

What about LPAD and RPAD?

In theory some of them could make sense, but some are redundant and unless we think they’ll be supported/useful we shouldn’t bother to define them.