Babu Annamalai

Results 7 issues of Babu Annamalai

Currently, we are using minimum Postgres binaries available for Windows as NuGet package. To truly make this a cross-platform library, need to figure out a way to get minimal Postgres...

If we take the example as below, both properties start with `S` and no custom flag alias are defined. For this case, `s` is being generated as the short flag...

- Add functionality to auto reload Npgsql types for PG extensions added via schema objects - Add unit test - Few refactoring changes. This fixes Marten issue https://github.com/JasperFx/marten/issues/2515

Add pgsqlparser for .NET to README - a full fledged wrapper on libpg_query. With reference to my other PR https://github.com/pganalyze/libpg_query/pull/296, this is the cross platform .NET wrapper which I was...

- Add missing implementation for `build_shared target` in `Makefile.mvcc` - Windows shared lib dll build requires a module-definition file `pg_query.def` to export the required functions. Add functionality to create the...