aio-libs / aioodbc

aioodbc - is a library for accessing a ODBC databases from the asyncio
Apache License 2.0
306 stars 59 forks source link

Add Cursor.fetchval method #433

Closed Serious-senpai closed 11 months ago

Serious-senpai commented 1 year ago

What do these changes do?

Add Cursor.fetchval() method that calls pyoodbc.Cursor.fetchval()

Are there changes in behavior for the user?

No. This is just an addition of a method.

Related issue number

Checklist

jettify commented 11 months ago

thanks!