Luke
Luke
Jonas, Thank for the excellent work in Klaus. I have noticed this issue and create the hotfix. Please feel free to accept or revise. Regards, Luke
Your suggestion is better. :-) Also Apologize for late reply. Somehow gmail chose to send all my github threads to spam while I'm working mostly off the web interface these...
There are bugs with the server.bat, for example, if I want to use a non-default databases location, it would throw errors like ``` .\arcadedb-23.10.1\bin\server.bat -Dserver.databaseDirectory=Z:\arcadedb\databases ... ARCADEDB server script path...
I just created a PR for you https://github.com/ArcadeData/arcadedb/pull/1333 and this also fixed https://github.com/ArcadeData/arcadedb/issues/173 under windows.
This still happens with 23.10.1. The following code works with postgresql but fail with arcadedb with error message "com.arcadedb.postgres.PostgresProtocolException: Unexpected message type 'H' for message any" ``` import asyncio import...
Stack trace ``` 2023-11-16 17:17:02.088 INFO [PostgresNetworkExecutor] PSQL: received not supported SSL connection request. Sending back error message to the clientUnexpected message type 'H' for message any com.arcadedb.postgres.PostgresProtocolException: Unexpected message...
I saw your commit already. It looks good and I will test when I find some time to build the project over the weekend. It is also useful if you...
Typo, to "reproduce the issues". In the long run my thoughts are besides Java unit tests, test cases with these popular libraries should be in arcadedb CI pipeline and postgres...
@lvca , I was able to find some time and build it. You know, we have to clearly separate company business and potentially personal contribution to open source projects. I'm...
As expected, members of sqlalchemy project has reservations https://github.com/sqlalchemy/sqlalchemy/issues/10656. I can see merit from both angles -- being strict or relax and allow more database to usable and tested, thus...