We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f34ff commit a6b7ac4Copy full SHA for a6b7ac4
pandasql/sqldf.py
@@ -77,6 +77,7 @@ def conn(self):
77
else:
78
# create the connection
79
conn = self.engine.connect()
80
+ conn.text_factory = str
81
self._init_connection(conn)
82
try:
83
yield conn
0 commit comments