Luke

Results 22 comments of Luke

Thanks for looking into my issue report and working on them promptly. I'm happy to see that 'H' was fixed. However, a lot of other issues are uncovered as I...

asyncpg results: ``` ### message type p is valid = true ### message type P is valid = true ### portal.query=[ select * from schema:database ] ### message type D...

pg8000: working with autocommit=True as the underlying driver for sqlalchemy with my hack. However, the followings are what it really expected out of box and not yet supported by arcadededb...

psycopg2: not working since arcadedb doesn't support "SET datestyle TO 'ISO'" which the driver assumed for all databases. More issues may be found after fix this. ``` ### message type...

psycopg(3): working out of box! Unfortunately, it is not yet used by SQLAlchemy and other projects. ``` ### message type p is valid = true ### message type Q is...

Cool. I will check that out next time. :-) > Thanks for the super detailed messages! By the way, you can enable this in the server to have the trace...

> pg8000: working with autocommit=True as the underlying driver for sqlalchemy with my hack. However, the followings are what it really expected out of box and not yet supported by...

> psycopg2: not working since arcadedb doesn't support "SET datestyle TO 'ISO'" which the driver assumed for all databases. More issues may be found after fix this. > > ```...

> > pg8000: working with autocommit=True as the underlying driver for sqlalchemy with my hack. However, the followings are what it really expected out of box and not yet supported...

> @LLuke I'd like to have some python scripts to reproduce such issues locally. Any chance you can share them? see above.