Gonzalo Sanchez
Gonzalo Sanchez
Please check https://github.com/PyMySQL/PyMySQL/issues/992
**Describe the bug** Trying to iterate over a set of results: ``` main_query = cursor.execute(QUERY, args=args) result = next(main_query) ``` I get a: `TypeError: 'DictCursor' object is not an iterator`...
Hello everyone, I got this error using v0.7.1: ``` In [8]: datefinder.find_dates('Your item arrived at APO, AE 09123 on January 25, 2021 at 7:02 pm.').__next__() Out[8]: datetime.datetime(9123, 1, 25, 19,...
Provide the capability to specify AWS credentials and connection parameters.