Lines Matching refs:getAttribute

21 			if (!is_object($db) || ($value !== ($tmp = @$db->getAttribute($option))))
58 /* TODO - why is this a valid option if getAttribute() does not support it?! */
62 /* TODO getAttribute() does not handle it */
64 /* TODO getAttribute() does not handle it */
83 /* TODO getAttribute() is pretty poor in supporting the options, suppress errors */
84 $tmp = @$db->getAttribute($option);
86 …printf("[003a] Expecting default value for '%s' of '%s'/%s, getAttribute() reports setting '%s'/%s…
92 if (!is_object($db) || !$db->getAttribute(PDO::ATTR_AUTOCOMMIT))
96 if (!is_object($db) || $db->getAttribute(PDO::ATTR_AUTOCOMMIT))
113 if (!$db->getAttribute(PDO::ATTR_EMULATE_PREPARES))
115 if (!$db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
122 if ($db->getAttribute(PDO::ATTR_EMULATE_PREPARES))
124 if ($db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
131 if (!$db->getAttribute(PDO::ATTR_EMULATE_PREPARES))
133 if (!$db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
137 if ($db->getAttribute(PDO::ATTR_EMULATE_PREPARES))
139 if ($db->getAttribute(PDO::MYSQL_ATTR_DIRECT_QUERY))
166 [003a] Expecting default value for 'PDO::ATTR_EMULATE_PREPARES' of '1'/integer, getAttribute() repo…
167 [003a] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() repo…
169 Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does n…
172 Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does n…
174 Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does n…
178 Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does n…