JVAAS / jvaas-postgresql

Type-safe, non-blocking, async binding generator for PostgreSQL queries prototype in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for count(*)

janvladimirmostert opened this issue · comments

Count is not currently supported, implement support for it

Exception in thread "main" java.lang.Exception: Invalid Column 'count(*)' for sql
SELECT count ( * ) FROM account