-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
ALL
On this line, the header date_time_support.h exposes a using namespace directive to everyone who includes it. As a result, lots of files are using ""s literals without explicitly adding the using directive. We should remove this and either put the using namespace directive in the places it's used or not use the ""s literals in those places.