Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

An your `SELECT define('eurof', 'format(''%,.2f €'', :n)')` should go to `on_connect.sql`, not to the page itself or the migrations

> Maybe it's not a problem, just untidy Yes, we'll need to implement `on_disconnect.sql` to allow running the `define_free` cleanly.

Hi! Streaming blobs in and out of databases is not supported in SQL. Databases have their own interfaces, but that would require some non-sql syntax. Storing large files in databases...

Hey ! I think we can close this now that v0.37 has been released :) https://github.com/sqlpage/SQLPage/releases/tag/v0.37.0

I have the same issue. Has there been any progress on this ?

Thank you for the detailed report ! I opened an issue upstream: https://github.com/apache/datafusion-sqlparser-rs/issues/1816

In the meantime, the easiest way for you to work around the problem is to define your own user-defined function in postgres that wraps xmltable, but does not require any...

Good news. My implementation has been merged upstream, xmltable() is coming to the next version of sqlpage :)