Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.3
-
None
Description
Even though Properties is essentially map of strings, compiler will allow false value as null pointer(I only tried with VS atm, but that is enough), SQLString constructor makes empty string out of nullptr, empty option values are treated as true for boolean options - that allows just to put options to be set in the url w/out specifying values explicitly, and that kinda makes sense. but having false turning into true is rather confusing, so for Properties "" will mean false. Not sure if this is a bug