chenchun / gosqlite

Automatically exported from code.google.com/p/gosqlite
0 stars 0 forks source link

[PATCH] Use native sqllite3 methods for better performance #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
sqlite_column and sqlite_bind both have numeric version
which when used can be more efficient.

What is the expected output? What do you see instead?
SQllite3 converts from numeric to string and then we 
convert back from string to numeric in gosqlite.

What version of the product are you using? On what operating system?
tip, linux

Please provide any additional information below.

Original issue reported on code.google.com by amit.khi...@gmail.com on 7 Jun 2011 at 10:08

Attachments: