penkala icon indicating copy to clipboard operation
penkala copied to clipboard

Composable query builder for PostgreSQL written in Clojure.

Results 6 penkala issues
Sort by recently updated
recently updated
newest added

# Problem example For given table: ``` CREATE TABLE weekly_survey_requests( created_at TIMESTAMP DEFAULT NOW(), expired_at TIMESTAMP, id uuid NOT NULL DEFAULT uuid_generate_v4() PRIMARY KEY, question_id uuid REFERENCES questions (id) ON...

This PR implements ability to embed relations under a column in Penkala queries. It is inspired by [jOOQ's `multiset` operator](https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql/) and implemented in similar fashion. ## Problem Penkala is a...

Enums require manual casting at the moment, but we might be able to cast them automatically

## Case When I try to get penkala with `:schemas/allowed-schemas` key in configuration, it errors: ``` org.postgresql.util.PSQLException: Can't infer the SQL type to use for an instance of clojure.lang.PersistentHashSet. Use...

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...

dependencies