On 4 Nov 2010, at 10:35pm, Barton Torbert wrote:

> My company is using SQLite.  We need to do some formatting to the data before 
> posting it to a webpage. What we want to do are simplier tasks such as zero 
> padding, limiting placess to the right of the decimal etc.

Can you tell us why you feel these functions should be part of SQLite instead 
of just using the functions already in the language you're using to call SQLite 
?  Presumably you're using PHP or Python to retrieve your data from the 
database and both those languages have excellent padding functions.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to