ShaunCurrier
Results
1
issues of
ShaunCurrier
To reproduce, first set up a connection and table like this: ``` conn = udaExec.connect(..., ReturnGeneratedKeys="C") curs = conn.cursor() curs.execute('''CREATE TABLE testautokeyreturn (tablekey BIGINT GENERATED ALWAYS AS IDENTITY (START WITH...