Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Here is a musl-based statically linked sqlpage binary I compiled locally, in case it's useful. [sqlpage.0.31.musl.bin.gz](https://github.com/user-attachments/files/17895395/sqlpage.0.31.musl.bin.gz)

Hi Eric ! It sure would be possible (but not trivial) to add a new target to our test and release process. I sent you an email about it !...

SQLPage v0.35 was released as a statically built executable. Starting from 0.35.2, releases will be dynamically linked against glibc 2.28 (compatible with RHEL 8).

Sorry ! It's fixed. https://github.com/lovasoa/SQLpage/blob/main/configuration.md

Hello, and thank you for getting in touch ! This sounds very interesting ! Could you open a pull request ?

Sure ! We have a contribution guide here : Don't hesitate to ping me if anything sounds unclear or too complex, I'll be happy to help ! For this particular...

That could be nice. Would have to be implemented in [tabler](//tabler.io), not SQLPage, though.

> Invalid column name 'TRUE' I guess you are using Microsoft SQL server, right ? SQL Server does not have boolean literals (TRUE and FALSE). Instead, it uses numeric values...

What do you mean @accforgithubtest ? Do you have an example of a `set` statement that fails with postgres ? If so, can you open a new issue ? The...

I just merged in ODBC support ! More details in: https://github.com/sqlpage/SQLPage/issues/756#issuecomment-3339053444