Hello, 

I needed a way to make parameterized texts for logging in my current project. 
For this purpose I missed a function in sqlite: group_replace, so I made an 
extension. 
The function is just like group_concat, an aggregate function, but it replaces 
keys with values in a string instead of concattenating strings. 

I put the code online, it's publicly available at: 

https://github.com/adesys/sqlite3_group_replace_extension 

It seems to work fine, but since this is my first extension, can someone please 
take a look at it and check if it is bug free :-) 

thanks in advance, 
Anthony Lansbergen 
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to