Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Hi ! Indeed, SQL [has a huge number of keywords](https://en.wikipedia.org/wiki/List_of_SQL_reserved_words), so we don't forbid reusing them as component properties. You did find the right workaround: quote parameter names when your...

That would not be trivial to implement correctly, since sqlpage does not know which keywords are reserved on your database... But if you want to give it a try, you're...

Is ```sql select 'modal' as component, 'test' || 'modal' as id, 'Close' as [close]; ``` that much worse than ```sql select 'modal' as component, 'test' || 'modal' as id, 'Close'...

Hi ! Could you check whether your issue is not a duplicate of https://github.com/sqlpage/SQLPage/issues/92 or https://github.com/sqlpage/SQLPage/issues/86 ? If so, could you comment directly on the original issue ? Also, we...

Interesting, thanks for the snipper ! Is there a reference document where this is documented ? The file to update is probably: https://github.com/sqlpage/sqlx-oldapi/blob/main/sqlx-core/src/mssql/connection/stream.rs A pull request would be very welcome...

Would you be available to test it if I implemented it ? There is no support for named instances in the official sqlserver docker image we use on ci.

I had cursor attempt an implementation here: https://github.com/sqlpage/sqlx-oldapi/pull/43

Could you please test the new feature and give feedback on https://github.com/sqlpage/SQLPage/pull/1085 ?

@cursoragent VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/') sed -i "1s/.*/sqlpage ($VERSION-1) unstable; urgency=medium/" debian/changelog # Build package dpkg-buildpackage -us -uc -b shell: /usr/bin/bash...

@cursoragent 2025-10-02T14:54:10.1902242Z ##[group]Run VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/') VERSION=$(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/') git...