cbi-gshen

Results 1 issues of cbi-gshen

Hi, When bulk insert a long list of data(thousands of rows) using **cursor.executemany()**, the cursor.lastrowid is not correct. code is like this: ``` def get_data(): return [ ("db_tests_112312313", 1, 1,...

feature-request