Michael

Results 2 issues of Michael

Some days ago we faced an utf-8 problem. As your guide says we modified out connection string by appending `unicode_error=replace`. But i consider this fix as a temporary solution. We...

enhancement

Hi folks! How does it even work? ``` cursor.execute(""" select 'abc' 'bca' as col """) cursor.fetchall() [['abcbca']] ``` I mean this code does not work in VJDBC, it raises >...

question