google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

User-defined functions #861

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After a month of no response on a previous issue, I decided to try to create a 
user-defined function myself and partially succeeded, except that the results 
were not what I expected. I want to return a function that repeats an input 
string a given number of times, but the function is returning an empty string. 
I modified the function to what I thought was sound C, but the extension 
crashed, and now the engine won't recognize the function. I'm not sure anymore 
what language the function has to be in (C, C++, Javascript, ...). Thank you!

Stuart

Original issue reported on code.google.com by stuart...@gmail.com on 17 Oct 2014 at 9:49