Hi,
I have problem regarding executing a script with ruby-monetdb-sql.
The connection works and simple statements are executed as expected.
However, when I try to send a large script, nearly 20000 characters, nothing
happens. Neither an exception is thrown nor a SQL error is produced by
MonetDB. However, I use "\<" with the same 20000 character script, it works
as expected.
Two questions:
1. Is there a char limitation for ruby-monetdb-sql?
2. Is there a MonetDB-SQL command to load scripts, something like
sql>load("my_script.sql")?
Thank you very much in advance.
Christian