Roman Kalnytskyi

Results 43 comments of Roman Kalnytskyi

I use mysql 8 with `--default-authentication-plugin=mysql_native_password` and everything seems good

First of all we need to have a driver for this db like for [mysql](https://github.com/crystal-lang/crystal-mysql) or [postgres](https://github.com/will/crystal-pg). Having it we can start thinking on possible architecture for a Jennifer adapter.

Before generating any king of requests we need to be able to communicate with EdgeDB server - send and receive data securely and effectively. For this purpose we need to...

Taking into account that there is no existing EdgeDB driver for crystal lang right now I close this ticket.

@z64 it looks really strange. I've added several tests to match exact requirment and run all test suite with `Logger::DEBUG` but everything still works. Please paste code snippet to reproduce...

actually it is strange that you even have opportunity to run any code with jennifer using 0.23 crystal :smile: - they've changed macros inheritance strategy so you should get `abstract...

hi @z64 . Finally we get crystal 0.23.1 so we could continue on this one. Do you have any progress on this one?

@z64 it seems like you've missed password or user anyway - I've reproduced this removing setting them. Also values could be wrong or use has no rights to operate with...