dan
dan
@Eduard-Hasa , would you mind sharing your fork since i'm facing the same issues using this lib with nextjs? thanks
In case somebody is looking for a workaround, I'm using below which seems to work fine: ``` db .select({ column: sql`distinct(${table.column})`.as( "table.column" ), }) .from(table) ```
I'm having a similar requirement where I would rather return an empty {} or [] instead of the default "" returned by the library. Wouldn't it be a first simple...
Hi @darnoc312 , how did you achieve the filtering on an excel table? I tried it without the filter area without success. Thanks