Phạm Văn Phúc

Results 24 comments of Phạm Văn Phúc

Infomation schema implementation: ```go type InformationSchema struct { metadata.LoggingReader pf func(int) string hasFunctions bool hasSequences bool hasIndexes bool hasConstraints bool hasCheckConstraints bool hasTablePrivileges bool hasColumnPrivileges bool hasUsagePrivileges bool clauses map[ClauseName]string...

I'm lazy...

@Vinnl I don't know much about unix domain socket. From [libpq docs ](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-HOST)(what tarug use to conect), you can put absolute path to the "Host" field > If the host...

@simonasGit This is expected gtk behavior when you pass the commandline args. See the docs to properly handle it: https://docs.gtk.org/gio/flags.ApplicationFlags.html ```sh go run ./simple/main.go additional_args_is_not_allowed # github.com/diamondburned/gotk4/pkg/glib/v2 cgo-generated-wrappers:8:13: warning: conflicting...