Skip to content

Commit

Permalink
Add comment about case-insensititivity.
Browse files Browse the repository at this point in the history
Add note that ConnPropertyMap is case insensitive since ODBC keys are
case-insensitive.
  • Loading branch information
jduo committed Jan 17, 2022
1 parent f6f9e71 commit 18bb259
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Connection {
typedef boost::variant<std::string, int, double, bool> Attribute;
typedef std::string Property;
typedef boost::variant<std::string, int, bool> Info;
// ConnPropertyMap is case-insensitive for keys.
typedef std::map<std::string, Property, CaseInsensitiveComparator> ConnPropertyMap;


Expand Down

0 comments on commit 18bb259

Please sign in to comment.