You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to migrate my application from MySQL to PostgreSQL. It uses CMySQLCursorDict which automatically converts strings to dictionaries, as a result, in the code when trying to access the key I get KeyError because the string contains all the keys in lowercase.