Commit ab4e6727 authored by Pavel Vainerman's avatar Pavel Vainerman

(SQLite): исправил "опечатку".. as_text ==> as_string

parent 40f37844
......@@ -157,7 +157,7 @@ int num_cols( SQLiteResult::iterator& );
// ROW
int as_int( SQLiteResult::iterator&, int col );
double as_double( SQLiteResult::iterator&, int col );
std::string as_text( SQLiteResult::iterator&, int col );
std::string as_string( SQLiteResult::iterator&, int col );
// ----------------------------------------------------------------------------
// COL
int as_int( SQLiteResult::COL::iterator& );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment