Hajime Nakagami
Hajime Nakagami
I read this article https://jetbead.hatenablog.com/entry/20160119/1453139047 , and implemented.
- Python3 want support SCRAM-SHA-256 - MicroPython want support SCRAM-SHA-1 and SCRAM-SHA-256 Hopefully pbkdf2_hmac() will be implemented in micropython-lib's hashlib https://github.com/micropython/micropython-lib/tree/master/hashlib related issue #1
see https://github.com/nakagami/firebirdsql/pull/143
- https://www.postgresql.org/docs/current/sasl-authentication.html - https://datatracker.ietf.org/doc/html/rfc7677 - https://datatracker.ietf.org/doc/html/rfc5802
What is Null in go 1.22? - https://pkg.go.dev/database/sql#Null - https://pkg.go.dev/database/sql#Null.Scan - https://pkg.go.dev/database/sql#Null.Value We will implement this feature.
related to #109
https://github.com/FirebirdSQL/jaybird/commit/86a9f82267264dc0d461d72913ff6e7f9c197e35 PROTOCOL_VERSION over 13
https://github.com/nakagami/microsky