-
We are hoping to upgrade from rom 3 to 4 soon, but we have a hard dependency on rom-yesql. AFAIK this doesn't currently work with rom 4 - is it relatively easy to get it to work?
-
Thanks for making such an awesome library! I'm using yesql 4.2.1 and am trying to run a query with a colon in a "Select As" but get a missing value error. For example,
`pg.query(named('SELECT :use…
-
I encountered this issue when using an `ANY` function as a replacement for an `IN` clause. I created a mocha test to illustrate the problem:
```
it('pg bind array using ANY clause with type cast', (…
-
```ts
// client method for query 'find_geocode_by_id'
export const sqlQueryFindGeocodeById = async ({
dbExecute,
logDebug,
input,
}: {
dbExecute: DatabaseExecuteCommand;
logDebug: Lo…
-
With cl-yesql from Quicklisp master, when trying to evaluate the following form:
```lisp
(import system/player
:from "system/player.sql"
:as :cl-yesql/postmodern
:binding :all-as-functions…
-
From the admin a try to update/save the settings for a custom part In my content type.
When hitting Save button in the admin I get the following error :
![image](https://user-images.githubuserc…
-
For a toy example consider I have an SQL table **fish**. One of the columns of **fish** is **scaleColor** where the value can be a member of an enumeration defined as
```sql
CREATE TYPE color AS EN…
-
I am being using yesql dependency in layers with aws lambdas working fine, ones I updated the version form "yesql": "^3.2.2" to yesql": "^4.1.0" I got errors and all my inserts broke with syntax err…
-
I encounter this situation a lot with optional parameters on interfaces in Typescript.
Let's say we have an object `Thingee` whose values we want to insert into a database table.
The interface i…
-
Code snippet:
```
const named = require('yesql').pg;
...
const sql = `select name, value, to_char(created_at, 'YYYY-MM-DD HH24:MI:SS') from table1 where created_at > :from and created_at