Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Hi ! There is currently no way to retrieve the randomly generated nonce from SQL. However, you can overwrite it with a value you choose yourself: ```sql set nonce =...

This is due to SQLPage not displaying the menu at all when no menu_item is present. The current best workaround is to simply include a menu. ```sql select 'shell' as...

Hello, that would indeed be useful. And this will probably be easy to implement after we merge https://github.com/lovasoa/SQLpage/pull/615 What do you think, @mtt-artis ?

Yes, that's what I was saying, the feature asked for here should be easy to implement after we merge your pull request. I think we should document data-embed in [/examples/official-site/custom_components.sql](https://github.com/lovasoa/SQLpage/blob/main/examples/official-site/custom_components.sql)

I think it should be the default, like on the official website. It is unexpected to see "No results found" immediately after selecting a result.

Hi! The good news is that since 0.38 we support odbc. You can connect to your mssql instance through odbc and use windows auth! Older issue on the same topic:...

Reported upstream in https://github.com/sqlparser-rs/sqlparser-rs/issues/1354

Hello ! Are you using the same version of sqlpage locally and on the remote server ? Are you sure you did not have a sqlpage_files when you started sqlpage...